diff options
Diffstat (limited to 'src/southbridge/amd/sb800')
-rw-r--r-- | src/southbridge/amd/sb800/bootblock.c | 1 | ||||
-rw-r--r-- | src/southbridge/amd/sb800/sb800.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/southbridge/amd/sb800/bootblock.c b/src/southbridge/amd/sb800/bootblock.c index e95d4e9ddf..b08d4775c4 100644 --- a/src/southbridge/amd/sb800/bootblock.c +++ b/src/southbridge/amd/sb800/bootblock.c @@ -15,7 +15,6 @@ #include <stdint.h> #include <arch/io.h> -#include <device/pci_ids.h> /* * Enable 4MB (LPC) ROM access at 0xFFC00000 - 0xFFFFFFFF. diff --git a/src/southbridge/amd/sb800/sb800.h b/src/southbridge/amd/sb800/sb800.h index a65c68a94d..3715a3ac1c 100644 --- a/src/southbridge/amd/sb800/sb800.h +++ b/src/southbridge/amd/sb800/sb800.h @@ -17,7 +17,6 @@ #ifndef SB800_H #define SB800_H -#include <device/pci_ids.h> #include "chip.h" /* Power management index/data registers */ |