diff options
author | Peter Lemenkov <lemenkov@gmail.com> | 2018-11-21 15:18:38 +0100 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2018-12-06 07:22:04 +0000 |
commit | 6648e4ec8cd4b1ded1c26162918de84adaa567bf (patch) | |
tree | d760d4d8d7ff4c1438e8c71e8c726d80802952ed | |
parent | 42d090a2cefafb1998ce15749d2ac6c18f91b1dc (diff) |
mb/lenovo/t520/romstage: Remove unused includes
Tested - Lenovo t520 still builds fine with this patch.
Change-Id: I82492c071ca760f0790b992acbdb86021f470cfe
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Reviewed-on: https://review.coreboot.org/c/30043
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
-rw-r--r-- | src/mainboard/lenovo/t520/romstage.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/lenovo/t520/romstage.c b/src/mainboard/lenovo/t520/romstage.c index d4c2f9113d..b7bdbbbd71 100644 --- a/src/mainboard/lenovo/t520/romstage.c +++ b/src/mainboard/lenovo/t520/romstage.c @@ -16,18 +16,12 @@ */ #include <stdint.h> -#include <string.h> -#include <timestamp.h> #include <arch/byteorder.h> #include <arch/io.h> #include <device/pci_def.h> -#include <device/pnp_def.h> -#include <cpu/x86/lapic.h> -#include <arch/acpi.h> #include <northbridge/intel/sandybridge/sandybridge.h> #include <northbridge/intel/sandybridge/raminit_native.h> #include <southbridge/intel/bd82x6x/pch.h> -#include <southbridge/intel/common/gpio.h> #include <drivers/lenovo/hybrid_graphics/hybrid_graphics.h> #include <device/device.h> #include <device/pci.h> |