diff options
Diffstat (limited to 'src/mainboard/samsung')
-rw-r--r-- | src/mainboard/samsung/lumpy/acpi_tables.c | 1 | ||||
-rw-r--r-- | src/mainboard/samsung/stumpy/acpi_tables.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/samsung/lumpy/acpi_tables.c b/src/mainboard/samsung/lumpy/acpi_tables.c index 592ed50629..aafbdb6638 100644 --- a/src/mainboard/samsung/lumpy/acpi_tables.c +++ b/src/mainboard/samsung/lumpy/acpi_tables.c @@ -2,7 +2,6 @@ #include <types.h> #include <acpi/acpi.h> -#include <arch/smp/mpspec.h> #include <device/device.h> #include <ec/acpi/ec.h> #if CONFIG(CHROMEOS) diff --git a/src/mainboard/samsung/stumpy/acpi_tables.c b/src/mainboard/samsung/stumpy/acpi_tables.c index de2d51dfe0..b66e4ddd66 100644 --- a/src/mainboard/samsung/stumpy/acpi_tables.c +++ b/src/mainboard/samsung/stumpy/acpi_tables.c @@ -2,7 +2,6 @@ #include <types.h> #include <acpi/acpi.h> -#include <arch/smp/mpspec.h> #include <device/device.h> #include <vendorcode/google/chromeos/gnvs.h> #include <southbridge/intel/bd82x6x/nvs.h> |