diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-09-06 01:38:55 +0300 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2014-10-16 15:34:29 +0200 |
commit | 0253ee0ce4d92ef076c78f710443cb9dfac459e9 (patch) | |
tree | d1505b14e6b1e047ad68108ab207d547c19eb528 /src/mainboard/lenovo/x230 | |
parent | 332f14b60b241d1793401ea50b22785ad81c97cd (diff) |
x220, x230: Remove unused headers.
Change-Id: Ia85e3b588c0e255e5c0f77114f051130596ce8d5
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/6922
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/lenovo/x230')
-rw-r--r-- | src/mainboard/lenovo/x230/mainboard.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/lenovo/x230/mainboard.c b/src/mainboard/lenovo/x230/mainboard.c index 7d9c4568e2..a060015843 100644 --- a/src/mainboard/lenovo/x230/mainboard.c +++ b/src/mainboard/lenovo/x230/mainboard.c @@ -26,15 +26,11 @@ #include <device/pci_ops.h> #include <console/console.h> #include <drivers/intel/gma/int15.h> -#include <pc80/mc146818rtc.h> #include <arch/acpi.h> -#include <arch/io.h> -#include <arch/interrupt.h> #include <boot/coreboot_tables.h> #include <southbridge/intel/bd82x6x/pch.h> #include <smbios.h> #include <device/pci.h> -#include <cbfs.h> #include <pc80/keyboard.h> #include <ec/lenovo/h8/h8.h> #include <build.h> @@ -54,8 +50,6 @@ const char *smbios_mainboard_bios_version(void) return "CBET4000 " COREBOOT_VERSION; } - - static void mainboard_init(device_t dev) { RCBA32(0x38c8) = 0x00002005; |