]> Pileus Git - ~andy/linux/blobdiff - arch/x86/boot/compressed/early_serial_console.c
Merge branch 'sfc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc
[~andy/linux] / arch / x86 / boot / compressed / early_serial_console.c
index 261e81fb95826d0264c8ad3148f6259cc0c3f51d..d3d003cb5481cdcabe0b5c5369bad920838b8d8f 100644 (file)
@@ -1,5 +1,9 @@
 #include "misc.h"
 
+#ifdef CONFIG_EARLY_PRINTK
+
 int early_serial_base;
 
 #include "../early_serial_console.c"
+
+#endif