Fix compilation when USE_OPTION_TABLE is not defined.
authorDuncan Laurie <dlaurie@chromium.org>
Mon, 15 Aug 2011 23:35:10 +0000 (16:35 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Fri, 9 Mar 2012 19:39:43 +0000 (20:39 +0100)
Change-Id: Id622e4e96b6c8e87b00a96c324a0b4dbfac3391d
Signed-off-by: Duncan Laurie <dlaurie@google.com>
Reviewed-on: http://review.coreboot.org/702
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
src/arch/x86/boot/coreboot_table.c

index a7e8bbc41215e4a209ac7e233743797f68650a05..b0dcc9e65aa57d109328f5e12d17ec1642422c5c 100644 (file)
@@ -29,9 +29,9 @@
 #include <version.h>
 #include <device/device.h>
 #include <stdlib.h>
+#include <cbfs.h>
 #if CONFIG_USE_OPTION_TABLE
 #include <option_table.h>
-#include <cbfs.h>
 #endif
 
 static struct lb_header *lb_table_init(unsigned long addr)