diff options
Diffstat (limited to 'src/mainboard/lenovo/x60')
-rw-r--r-- | src/mainboard/lenovo/x60/mptable.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/x60/romstage.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/x60/mptable.c b/src/mainboard/lenovo/x60/mptable.c index 7b23d5aa97..0118ba002f 100644 --- a/src/mainboard/lenovo/x60/mptable.c +++ b/src/mainboard/lenovo/x60/mptable.c @@ -18,7 +18,6 @@ #include <device/pci.h> #include <arch/smp/mpspec.h> #include <arch/ioapic.h> -#include <string.h> #include <stdint.h> static void *smp_write_config_table(void *v) diff --git a/src/mainboard/lenovo/x60/romstage.c b/src/mainboard/lenovo/x60/romstage.c index 513e8e15bb..39e0ed57ac 100644 --- a/src/mainboard/lenovo/x60/romstage.c +++ b/src/mainboard/lenovo/x60/romstage.c @@ -18,7 +18,6 @@ // __PRE_RAM__ means: use "unsigned" for device, not a struct. #include <stdint.h> -#include <string.h> #include <arch/io.h> #include <device/pnp_ops.h> #include <device/pci_ops.h> |