aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-12-12 15:06:33 +0100
committerFelix Held <felix-coreboot@felixheld.de>2018-12-18 13:49:31 +0000
commit586f24dab48c187c739ab725589248ff02999f3a (patch)
treea3a7ccfa8fcb4cc2c80be8164b640018c6aebcf7 /src/northbridge/via
parent0c0208b590fd791fc03fc626c94e30c1c80e073d (diff)
northbridge: Remove unneeded include <pc80/mc146818rtc.h>
Change-Id: Icae59721db530572d76035975a4e90686bf4fa65 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/30195 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/northbridge/via')
-rw-r--r--src/northbridge/via/vx900/lpc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/via/vx900/lpc.c b/src/northbridge/via/vx900/lpc.c
index b9dac56921..27e23846ee 100644
--- a/src/northbridge/via/vx900/lpc.c
+++ b/src/northbridge/via/vx900/lpc.c
@@ -20,7 +20,6 @@
#include <device/pci.h>
#include <device/pci_ids.h>
#include <pc80/i8259.h>
-#include <pc80/mc146818rtc.h>
#include <drivers/generic/ioapic/chip.h>
#include "vx900.h"