diff options
Diffstat (limited to 'src/mainboard/gigabyte')
-rw-r--r-- | src/mainboard/gigabyte/ga-945gcm-s2l/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ga-g41m-es2l/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ma785gm/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ma785gmt/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ma78gm/romstage.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/gigabyte/ga-945gcm-s2l/romstage.c b/src/mainboard/gigabyte/ga-945gcm-s2l/romstage.c index 55b154927e..a9d3c25639 100644 --- a/src/mainboard/gigabyte/ga-945gcm-s2l/romstage.c +++ b/src/mainboard/gigabyte/ga-945gcm-s2l/romstage.c @@ -20,7 +20,6 @@ #include <string.h> #include <arch/io.h> #include <device/pci_def.h> -#include <device/pnp_def.h> #include <cpu/x86/lapic.h> #include <arch/acpi.h> #include <superio/ite/it8718f/it8718f.h> diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c b/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c index 0f2b4ffc37..2b9f4fba27 100644 --- a/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c +++ b/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c @@ -17,7 +17,6 @@ #include <stdint.h> #include <device/pci_def.h> #include <arch/io.h> -#include <device/pnp_def.h> #include <console/console.h> #include <southbridge/intel/i82801gx/i82801gx.h> #include <southbridge/intel/common/gpio.h> diff --git a/src/mainboard/gigabyte/ma785gm/romstage.c b/src/mainboard/gigabyte/ma785gm/romstage.c index 9f77635e06..97458953c3 100644 --- a/src/mainboard/gigabyte/ma785gm/romstage.c +++ b/src/mainboard/gigabyte/ma785gm/romstage.c @@ -22,7 +22,6 @@ #include <device/pci_def.h> #include <arch/io.h> #include <arch/cpu.h> -#include <device/pnp_def.h> #include <cpu/x86/lapic.h> #include <console/console.h> #include <timestamp.h> diff --git a/src/mainboard/gigabyte/ma785gmt/romstage.c b/src/mainboard/gigabyte/ma785gmt/romstage.c index f60884594a..19b6022308 100644 --- a/src/mainboard/gigabyte/ma785gmt/romstage.c +++ b/src/mainboard/gigabyte/ma785gmt/romstage.c @@ -22,7 +22,6 @@ #include <device/pci_def.h> #include <arch/io.h> #include <arch/cpu.h> -#include <device/pnp_def.h> #include <cpu/x86/lapic.h> #include <console/console.h> #include <timestamp.h> diff --git a/src/mainboard/gigabyte/ma78gm/romstage.c b/src/mainboard/gigabyte/ma78gm/romstage.c index 1f294b6660..252add06a7 100644 --- a/src/mainboard/gigabyte/ma78gm/romstage.c +++ b/src/mainboard/gigabyte/ma78gm/romstage.c @@ -25,7 +25,6 @@ #include <device/pci_def.h> #include <arch/io.h> #include <arch/cpu.h> -#include <device/pnp_def.h> #include <cpu/x86/lapic.h> #include <console/console.h> #include <timestamp.h> |