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 | |
parent | 0766c98aaf6eaf75dea8d8272d57a785d242558c (diff) | |
download | coreboot-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>
-rw-r--r-- | src/drivers/intel/gma/intel_ddi.c | 1 | ||||
-rw-r--r-- | src/superio/winbond/w83697hf/superio.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/intel/gma/intel_ddi.c b/src/drivers/intel/gma/intel_ddi.c index 93aa87d8a4..93ba5abc53 100644 --- a/src/drivers/intel/gma/intel_ddi.c +++ b/src/drivers/intel/gma/intel_ddi.c @@ -33,7 +33,6 @@ #include <device/pci_ops.h> #include <console/console.h> #include <delay.h> -#include <pc80/mc146818rtc.h> #include <arch/acpi.h> #include <arch/io.h> #include <arch/interrupt.h> 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" |