From 58132cc202bd83333cf2006b840b516d3cd85c8b Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 9 Aug 2023 19:57:57 +0200 Subject: [PATCH] include/device/resource: drop unused IORESOURCE_* definitions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Felix Held Change-Id: I435557f636a227e2d8c6c413a4d928e58a471dec Reviewed-on: https://review.coreboot.org/c/coreboot/+/77111 Reviewed-by: Kyösti Mälkki Tested-by: build bot (Jenkins) --- src/include/device/resource.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/include/device/resource.h b/src/include/device/resource.h index 3afdf6a07d..189ff9ada7 100644 --- a/src/include/device/resource.h +++ b/src/include/device/resource.h @@ -19,9 +19,6 @@ #define IORESOURCE_PREFETCH 0x00001000 /* No side effects */ #define IORESOURCE_READONLY 0x00002000 #define IORESOURCE_CACHEABLE 0x00004000 -#define IORESOURCE_RANGELENGTH 0x00008000 -#define IORESOURCE_SHADOWABLE 0x00010000 -#define IORESOURCE_BUS_HAS_VGA 0x00020000 /* This resource filters all of the unclaimed transactions to the bus below. */ #define IORESOURCE_SUBTRACTIVE 0x00040000 /* The IO resource has a bus below it. */