summaryrefslogtreecommitdiff
path: root/src/superio/winbond
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-12-12 15:08:50 +0100
committerFelix Held <felix-coreboot@felixheld.de>2018-12-18 13:43:16 +0000
commitfb11c0dcc6e79f859cdfe3ce4ac33755e810357d (patch)
treed788ed4a7bd717423dab6ccdec7b47f3b3b8df72 /src/superio/winbond
parent0766c98aaf6eaf75dea8d8272d57a785d242558c (diff)
downloadcoreboot-fb11c0dcc6e79f859cdfe3ce4ac33755e810357d.tar.xz
{drivers,superio}: Remove unneeded include <pc80/mc146818rtc.h>
Change-Id: Ia42c1f8559667e7711fac919df8bfbee8455e3cc Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/30198 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/superio/winbond')
-rw-r--r--src/superio/winbond/w83697hf/superio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/superio/winbond/w83697hf/superio.c b/src/superio/winbond/w83697hf/superio.c
index ef7077c81e..9a647c0fd3 100644
--- a/src/superio/winbond/w83697hf/superio.c
+++ b/src/superio/winbond/w83697hf/superio.c
@@ -21,7 +21,6 @@
#include <console/console.h>
#include <string.h>
#include <lib.h>
-#include <pc80/mc146818rtc.h>
#include <stdlib.h>
#include "chip.h"
#include "w83697hf.h"