{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>
This commit is contained in:
Elyes HAOUAS 2018-12-12 15:08:50 +01:00 committed by Felix Held
parent 0766c98aaf
commit fb11c0dcc6
2 changed files with 0 additions and 2 deletions

View File

@ -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>

View File

@ -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"