diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-12-12 15:05:33 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2018-12-18 13:56:02 +0000 |
commit | bb071c1283d86970c3140cf21ac3294a889d31f6 (patch) | |
tree | 377670e51cecf81b8125769a211115e22fccdf3d /src/southbridge/intel/bd82x6x | |
parent | 586f24dab48c187c739ab725589248ff02999f3a (diff) | |
download | coreboot-bb071c1283d86970c3140cf21ac3294a889d31f6.tar.xz |
southbridge: Remove unneeded include <pc80/mc146818rtc.h>
Change-Id: Ic3f7d4d570cb5e343a9cf616e6e71935f9522b0a
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/29308
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/southbridge/intel/bd82x6x')
-rw-r--r-- | src/southbridge/intel/bd82x6x/early_pch.c | 1 | ||||
-rw-r--r-- | src/southbridge/intel/bd82x6x/smihandler.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/southbridge/intel/bd82x6x/early_pch.c b/src/southbridge/intel/bd82x6x/early_pch.c index c3422419df..167311f2ba 100644 --- a/src/southbridge/intel/bd82x6x/early_pch.c +++ b/src/southbridge/intel/bd82x6x/early_pch.c @@ -17,7 +17,6 @@ #include <arch/io.h> #include <arch/cbfs.h> #include <ip_checksum.h> -#include <pc80/mc146818rtc.h> #include <device/pci_def.h> #include <delay.h> diff --git a/src/southbridge/intel/bd82x6x/smihandler.c b/src/southbridge/intel/bd82x6x/smihandler.c index 6291867e3f..69df2bf68c 100644 --- a/src/southbridge/intel/bd82x6x/smihandler.c +++ b/src/southbridge/intel/bd82x6x/smihandler.c @@ -22,7 +22,6 @@ #include <cpu/x86/smm.h> #include <elog.h> #include <halt.h> -#include <pc80/mc146818rtc.h> #include "pch.h" #include "nvs.h" |