{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:
parent
0766c98aaf
commit
fb11c0dcc6
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue