diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-12-12 15:06:33 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2018-12-18 13:49:31 +0000 |
commit | 586f24dab48c187c739ab725589248ff02999f3a (patch) | |
tree | a3a7ccfa8fcb4cc2c80be8164b640018c6aebcf7 /src/northbridge/intel/x4x | |
parent | 0c0208b590fd791fc03fc626c94e30c1c80e073d (diff) | |
download | coreboot-586f24dab48c187c739ab725589248ff02999f3a.tar.xz |
northbridge: Remove unneeded include <pc80/mc146818rtc.h>
Change-Id: Icae59721db530572d76035975a4e90686bf4fa65
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/30195
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/northbridge/intel/x4x')
-rw-r--r-- | src/northbridge/intel/x4x/raminit.c | 1 | ||||
-rw-r--r-- | src/northbridge/intel/x4x/raminit_ddr23.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/northbridge/intel/x4x/raminit.c b/src/northbridge/intel/x4x/raminit.c index c97c139031..b3b84d8061 100644 --- a/src/northbridge/intel/x4x/raminit.c +++ b/src/northbridge/intel/x4x/raminit.c @@ -29,7 +29,6 @@ #include <southbridge/intel/i82801jx/i82801jx.h> /* smbus_read_byte */ #endif #include "x4x.h" -#include <pc80/mc146818rtc.h> #include <spd.h> #include <string.h> #include <device/dram/ddr2.h> diff --git a/src/northbridge/intel/x4x/raminit_ddr23.c b/src/northbridge/intel/x4x/raminit_ddr23.c index 32fa0d9cf0..5c5dafa644 100644 --- a/src/northbridge/intel/x4x/raminit_ddr23.c +++ b/src/northbridge/intel/x4x/raminit_ddr23.c @@ -20,7 +20,6 @@ #include <console/console.h> #include <commonlib/helpers.h> #include <delay.h> -#include <pc80/mc146818rtc.h> #if IS_ENABLED(CONFIG_SOUTHBRIDGE_INTEL_I82801GX) #include <southbridge/intel/i82801gx/i82801gx.h> #else |