diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-12-12 15:08:50 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2018-12-18 13:43:16 +0000 |
commit | fb11c0dcc6e79f859cdfe3ce4ac33755e810357d (patch) | |
tree | d788ed4a7bd717423dab6ccdec7b47f3b3b8df72 /src/superio/winbond | |
parent | 0766c98aaf6eaf75dea8d8272d57a785d242558c (diff) |
{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.c | 1 |
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" |