diff options
Diffstat (limited to 'src/mainboard/gigabyte/ma785gm')
-rw-r--r-- | src/mainboard/gigabyte/ma785gm/acpi_tables.c | 1 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ma785gm/get_bus_conf.c | 1 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ma785gm/mptable.c | 3 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ma785gm/romstage.c | 1 |
4 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/gigabyte/ma785gm/acpi_tables.c b/src/mainboard/gigabyte/ma785gm/acpi_tables.c index 0cdcdb791c..967343da67 100644 --- a/src/mainboard/gigabyte/ma785gm/acpi_tables.c +++ b/src/mainboard/gigabyte/ma785gm/acpi_tables.c @@ -13,7 +13,6 @@ * GNU General Public License for more details. */ -#include <string.h> #include <arch/acpi.h> #include <arch/ioapic.h> #include <device/pci.h> diff --git a/src/mainboard/gigabyte/ma785gm/get_bus_conf.c b/src/mainboard/gigabyte/ma785gm/get_bus_conf.c index cbf436bf6f..ee2a6caeb9 100644 --- a/src/mainboard/gigabyte/ma785gm/get_bus_conf.c +++ b/src/mainboard/gigabyte/ma785gm/get_bus_conf.c @@ -14,7 +14,6 @@ */ #include <device/pci.h> -#include <string.h> #include <stdint.h> #include <stdlib.h> #include <cpu/amd/multicore.h> diff --git a/src/mainboard/gigabyte/ma785gm/mptable.c b/src/mainboard/gigabyte/ma785gm/mptable.c index bffe1a24f2..b04a315bb1 100644 --- a/src/mainboard/gigabyte/ma785gm/mptable.c +++ b/src/mainboard/gigabyte/ma785gm/mptable.c @@ -16,14 +16,11 @@ #include <arch/smp/mpspec.h> #include <device/pci.h> #include <device/pci_ops.h> -#include <string.h> #include <stdint.h> #include <cpu/amd/amdfam10_sysconf.h> - extern u32 apicid_sb700; - static void *smp_write_config_table(void *v) { struct mp_config_table *mc; diff --git a/src/mainboard/gigabyte/ma785gm/romstage.c b/src/mainboard/gigabyte/ma785gm/romstage.c index f197ba9105..4ca318a4d8 100644 --- a/src/mainboard/gigabyte/ma785gm/romstage.c +++ b/src/mainboard/gigabyte/ma785gm/romstage.c @@ -18,7 +18,6 @@ //#define SYSTEM_TYPE 2 /* MOBILE */ #include <stdint.h> -#include <string.h> #include <device/pci_def.h> #include <arch/cpu.h> #include <cpu/x86/lapic.h> |