diff options
Diffstat (limited to 'src/mainboard/lenovo')
-rw-r--r-- | src/mainboard/lenovo/l520/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/s230u/mainboard.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/s230u/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/s230u/smihandler.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/t400/acpi_tables.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/t400/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/t420/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/t420s/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/t430/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/t430s/variants/t430s/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/t430s/variants/t431s/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/t520/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/t530/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/x131e/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/x1_carbon_gen1/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/x200/acpi_tables.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/x200/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/x220/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/x230/romstage.c | 1 |
19 files changed, 0 insertions, 19 deletions
diff --git a/src/mainboard/lenovo/l520/romstage.c b/src/mainboard/lenovo/l520/romstage.c index c2539b178a..c8003ae0a6 100644 --- a/src/mainboard/lenovo/l520/romstage.c +++ b/src/mainboard/lenovo/l520/romstage.c @@ -15,7 +15,6 @@ * GNU General Public License for more details. */ -#include <arch/io.h> #include <device/pci_ops.h> #include <device/pci_def.h> #include <northbridge/intel/sandybridge/sandybridge.h> diff --git a/src/mainboard/lenovo/s230u/mainboard.c b/src/mainboard/lenovo/s230u/mainboard.c index 769fe3c77e..ea4b9b6773 100644 --- a/src/mainboard/lenovo/s230u/mainboard.c +++ b/src/mainboard/lenovo/s230u/mainboard.c @@ -15,7 +15,6 @@ * GNU General Public License for more details. */ -#include <arch/io.h> #include <device/device.h> #include <console/console.h> #include <drivers/intel/gma/int15.h> diff --git a/src/mainboard/lenovo/s230u/romstage.c b/src/mainboard/lenovo/s230u/romstage.c index ef3c835ed3..f4830fcd8e 100644 --- a/src/mainboard/lenovo/s230u/romstage.c +++ b/src/mainboard/lenovo/s230u/romstage.c @@ -17,7 +17,6 @@ #include <string.h> #include <cbfs.h> #include <arch/byteorder.h> -#include <arch/io.h> #include <device/pci_ops.h> #include <device/pci_def.h> #include <console/console.h> diff --git a/src/mainboard/lenovo/s230u/smihandler.c b/src/mainboard/lenovo/s230u/smihandler.c index 4bd4d417dd..2f79243e62 100644 --- a/src/mainboard/lenovo/s230u/smihandler.c +++ b/src/mainboard/lenovo/s230u/smihandler.c @@ -18,7 +18,6 @@ #include "ec.h" -#include <arch/io.h> #include <console/console.h> #include <cpu/x86/smm.h> #include <delay.h> diff --git a/src/mainboard/lenovo/t400/acpi_tables.c b/src/mainboard/lenovo/t400/acpi_tables.c index 24c3a794e3..45636474f0 100644 --- a/src/mainboard/lenovo/t400/acpi_tables.c +++ b/src/mainboard/lenovo/t400/acpi_tables.c @@ -15,7 +15,6 @@ */ #include <string.h> -#include <arch/io.h> #include <arch/ioapic.h> #include <arch/acpi.h> #include <arch/acpigen.h> diff --git a/src/mainboard/lenovo/t400/romstage.c b/src/mainboard/lenovo/t400/romstage.c index 0be24ebdce..6b03ad0ad8 100644 --- a/src/mainboard/lenovo/t400/romstage.c +++ b/src/mainboard/lenovo/t400/romstage.c @@ -16,7 +16,6 @@ // __PRE_RAM__ means: use "unsigned" for device, not a struct. -#include <arch/io.h> #include <device/pci_ops.h> #include <console/console.h> #include <southbridge/intel/i82801ix/i82801ix.h> diff --git a/src/mainboard/lenovo/t420/romstage.c b/src/mainboard/lenovo/t420/romstage.c index d497e0ca18..806c72a3be 100644 --- a/src/mainboard/lenovo/t420/romstage.c +++ b/src/mainboard/lenovo/t420/romstage.c @@ -15,7 +15,6 @@ * GNU General Public License for more details. */ -#include <arch/io.h> #include <device/pci_ops.h> #include <northbridge/intel/sandybridge/raminit_native.h> #include <southbridge/intel/bd82x6x/pch.h> diff --git a/src/mainboard/lenovo/t420s/romstage.c b/src/mainboard/lenovo/t420s/romstage.c index 1a7d341959..c42d165643 100644 --- a/src/mainboard/lenovo/t420s/romstage.c +++ b/src/mainboard/lenovo/t420s/romstage.c @@ -16,7 +16,6 @@ */ #include <arch/byteorder.h> -#include <arch/io.h> #include <device/pci_ops.h> #include <northbridge/intel/sandybridge/raminit_native.h> #include <southbridge/intel/bd82x6x/pch.h> diff --git a/src/mainboard/lenovo/t430/romstage.c b/src/mainboard/lenovo/t430/romstage.c index b5dc2bc7af..db50bb3017 100644 --- a/src/mainboard/lenovo/t430/romstage.c +++ b/src/mainboard/lenovo/t430/romstage.c @@ -13,7 +13,6 @@ * GNU General Public License for more details. */ -#include <arch/io.h> #include <device/pci_ops.h> #include <device/pci_def.h> #include <northbridge/intel/sandybridge/raminit_native.h> diff --git a/src/mainboard/lenovo/t430s/variants/t430s/romstage.c b/src/mainboard/lenovo/t430s/variants/t430s/romstage.c index 33d65dd5ab..e461681f19 100644 --- a/src/mainboard/lenovo/t430s/variants/t430s/romstage.c +++ b/src/mainboard/lenovo/t430s/variants/t430s/romstage.c @@ -17,7 +17,6 @@ #include <option.h> #include <arch/byteorder.h> -#include <arch/io.h> #include <device/pci_ops.h> #include <device/pci_def.h> #include <northbridge/intel/sandybridge/raminit_native.h> diff --git a/src/mainboard/lenovo/t430s/variants/t431s/romstage.c b/src/mainboard/lenovo/t430s/variants/t431s/romstage.c index 66e28ad21a..01728a36a0 100644 --- a/src/mainboard/lenovo/t430s/variants/t431s/romstage.c +++ b/src/mainboard/lenovo/t430s/variants/t431s/romstage.c @@ -17,7 +17,6 @@ #include <option.h> #include <arch/byteorder.h> -#include <arch/io.h> #include <device/pci_def.h> #include <console/console.h> #include <cbfs.h> diff --git a/src/mainboard/lenovo/t520/romstage.c b/src/mainboard/lenovo/t520/romstage.c index 6f9525053a..96d07feac2 100644 --- a/src/mainboard/lenovo/t520/romstage.c +++ b/src/mainboard/lenovo/t520/romstage.c @@ -17,7 +17,6 @@ #include <stdint.h> #include <arch/byteorder.h> -#include <arch/io.h> #include <device/pci_ops.h> #include <device/pci_def.h> #include <northbridge/intel/sandybridge/sandybridge.h> diff --git a/src/mainboard/lenovo/t530/romstage.c b/src/mainboard/lenovo/t530/romstage.c index d37f0d14c1..2b850a20b1 100644 --- a/src/mainboard/lenovo/t530/romstage.c +++ b/src/mainboard/lenovo/t530/romstage.c @@ -17,7 +17,6 @@ #include <stdint.h> #include <arch/byteorder.h> -#include <arch/io.h> #include <device/pci_ops.h> #include <device/pci_def.h> #include <northbridge/intel/sandybridge/raminit_native.h> diff --git a/src/mainboard/lenovo/x131e/romstage.c b/src/mainboard/lenovo/x131e/romstage.c index c1a082f01f..ea550aa143 100644 --- a/src/mainboard/lenovo/x131e/romstage.c +++ b/src/mainboard/lenovo/x131e/romstage.c @@ -15,7 +15,6 @@ * GNU General Public License for more details. */ -#include <arch/io.h> #include <device/pci_ops.h> #include <device/pci_def.h> #include <northbridge/intel/sandybridge/raminit_native.h> diff --git a/src/mainboard/lenovo/x1_carbon_gen1/romstage.c b/src/mainboard/lenovo/x1_carbon_gen1/romstage.c index fa7af40521..13d9a196ee 100644 --- a/src/mainboard/lenovo/x1_carbon_gen1/romstage.c +++ b/src/mainboard/lenovo/x1_carbon_gen1/romstage.c @@ -20,7 +20,6 @@ #include <string.h> #include <timestamp.h> #include <arch/byteorder.h> -#include <arch/io.h> #include <device/pci_ops.h> #include <device/pci_def.h> #include <cpu/x86/lapic.h> diff --git a/src/mainboard/lenovo/x200/acpi_tables.c b/src/mainboard/lenovo/x200/acpi_tables.c index 24c3a794e3..45636474f0 100644 --- a/src/mainboard/lenovo/x200/acpi_tables.c +++ b/src/mainboard/lenovo/x200/acpi_tables.c @@ -15,7 +15,6 @@ */ #include <string.h> -#include <arch/io.h> #include <arch/ioapic.h> #include <arch/acpi.h> #include <arch/acpigen.h> diff --git a/src/mainboard/lenovo/x200/romstage.c b/src/mainboard/lenovo/x200/romstage.c index 7e428e40fa..afaa9aafe1 100644 --- a/src/mainboard/lenovo/x200/romstage.c +++ b/src/mainboard/lenovo/x200/romstage.c @@ -16,7 +16,6 @@ // __PRE_RAM__ means: use "unsigned" for device, not a struct. -#include <arch/io.h> #include <device/pci_ops.h> #include <southbridge/intel/common/gpio.h> #include <southbridge/intel/i82801ix/i82801ix.h> diff --git a/src/mainboard/lenovo/x220/romstage.c b/src/mainboard/lenovo/x220/romstage.c index a5b1b52c57..d50c7cd608 100644 --- a/src/mainboard/lenovo/x220/romstage.c +++ b/src/mainboard/lenovo/x220/romstage.c @@ -19,7 +19,6 @@ #include <string.h> #include <timestamp.h> #include <arch/byteorder.h> -#include <arch/io.h> #include <device/pci_ops.h> #include <device/pci_def.h> #include <cpu/x86/lapic.h> diff --git a/src/mainboard/lenovo/x230/romstage.c b/src/mainboard/lenovo/x230/romstage.c index 5014a7627b..b88d8f534c 100644 --- a/src/mainboard/lenovo/x230/romstage.c +++ b/src/mainboard/lenovo/x230/romstage.c @@ -19,7 +19,6 @@ #include <string.h> #include <timestamp.h> #include <arch/byteorder.h> -#include <arch/io.h> #include <device/pci_ops.h> #include <device/pci_def.h> #include <cpu/x86/lapic.h> |