aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/bd82x6x/smihandler.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-12-12 15:05:33 +0100
committerFelix Held <felix-coreboot@felixheld.de>2018-12-18 13:56:02 +0000
commitbb071c1283d86970c3140cf21ac3294a889d31f6 (patch)
tree377670e51cecf81b8125769a211115e22fccdf3d /src/southbridge/intel/bd82x6x/smihandler.c
parent586f24dab48c187c739ab725589248ff02999f3a (diff)
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/smihandler.c')
-rw-r--r--src/southbridge/intel/bd82x6x/smihandler.c1
1 files changed, 0 insertions, 1 deletions
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"