diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-07-03 19:02:44 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-07-06 12:59:11 +0000 |
commit | a5a124c18829bc39f5d199fc7d5bdf5190f1f14c (patch) | |
tree | 8d0f07438aad21bfecfb8f85b1c722e0a423f046 | |
parent | ece7d0cfeaab2a61e10690bcf31d71cef3393749 (diff) |
mb/intel/d945gclf/romstage.c: Remove unneeded includes
Change-Id: I3bdb93e51cabbfc14fe992ccdb6556e344e03c2f
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/27345
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
-rw-r--r-- | src/mainboard/intel/d945gclf/romstage.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mainboard/intel/d945gclf/romstage.c b/src/mainboard/intel/d945gclf/romstage.c index 27c1e3e7db..57f32c2a2a 100644 --- a/src/mainboard/intel/d945gclf/romstage.c +++ b/src/mainboard/intel/d945gclf/romstage.c @@ -16,17 +16,12 @@ // __PRE_RAM__ means: use "unsigned" for device, not a struct. #include <stdint.h> -#include <string.h> -#include <arch/io.h> #include <device/pci_def.h> +#include <arch/io.h> #include <device/pnp_def.h> #include <cpu/x86/lapic.h> -#include <lib.h> -#include <arch/acpi.h> -#include <cbmem.h> #include <timestamp.h> #include <superio/smsc/lpc47m15x/lpc47m15x.h> -#include <pc80/mc146818rtc.h> #include <console/console.h> #include <cpu/x86/bist.h> #include <cpu/intel/romstage.h> |