Don't include option_table.h every time we include mc146818rtc.h, that was a
[coreboot.git] / src / arch / i386 / boot / coreboot_table.c
index d904c91ec43b6976106c711cedd7115e502b7c68..b88ca1adbaca02a9bdadac63d2d276f976227e0e 100644 (file)
@@ -30,7 +30,7 @@
 #include <device/device.h>
 #include <stdlib.h>
 #if (CONFIG_HAVE_OPTION_TABLE == 1)
-#include <pc80/mc146818rtc.h>
+#include <option_table.h>
 #endif
 
 static struct lb_header *lb_table_init(unsigned long addr)