summaryrefslogtreecommitdiff
path: root/src/mainboard/dell
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2010-09-25 10:42:55 +0000
committerStefan Reinauer <stepan@openbios.org>2010-09-25 10:42:55 +0000
commit7fd931b11d6727f489f8ed76530b43a382ed3c60 (patch)
treeab45684a0d852e7aa4a30e40d224342c28e41a28 /src/mainboard/dell
parent10ec0fed8e3336d52ab35f8da91a2a9423d3e969 (diff)
downloadcoreboot-7fd931b11d6727f489f8ed76530b43a382ed3c60.tar.xz
Keep the mc146818rtc.h include close to the option table include where
possible. Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5839 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/dell')
-rw-r--r--src/mainboard/dell/s1850/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/dell/s1850/romstage.c b/src/mainboard/dell/s1850/romstage.c
index c2533d72e5..d96e196dc7 100644
--- a/src/mainboard/dell/s1850/romstage.c
+++ b/src/mainboard/dell/s1850/romstage.c
@@ -5,7 +5,6 @@
#include <arch/romcc_io.h>
#include <cpu/x86/lapic.h>
#include <stdlib.h>
-#include <pc80/mc146818rtc.h>
#include <console/console.h>
#include "lib/ramtest.c"
#include "southbridge/intel/i82801ex/i82801ex_early_smbus.c"