diff options
Diffstat (limited to 'src/cpu/amd/geode_gx2')
-rw-r--r-- | src/cpu/amd/geode_gx2/cpubug.c | 2 | ||||
-rw-r--r-- | src/cpu/amd/geode_gx2/geode_gx2_init.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/amd/geode_gx2/cpubug.c b/src/cpu/amd/geode_gx2/cpubug.c index eddc92408e..b6824adf80 100644 --- a/src/cpu/amd/geode_gx2/cpubug.c +++ b/src/cpu/amd/geode_gx2/cpubug.c @@ -2,8 +2,6 @@ #include <arch/io.h> #include <stdint.h> #include <device/device.h> -#include <device/pci.h> -#include <device/pci_ids.h> #include <stdlib.h> #include <string.h> #include <cpu/amd/gx2def.h> diff --git a/src/cpu/amd/geode_gx2/geode_gx2_init.c b/src/cpu/amd/geode_gx2/geode_gx2_init.c index 7e481b5390..b8f56db461 100644 --- a/src/cpu/amd/geode_gx2/geode_gx2_init.c +++ b/src/cpu/amd/geode_gx2/geode_gx2_init.c @@ -1,6 +1,5 @@ #include <console/console.h> #include <device/device.h> -#include <device/pci.h> #include <string.h> #include <cpu/cpu.h> #include <cpu/x86/lapic.h> |