]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/boot/compressed/early_serial_console.c
x86, boot: Don't compile early_serial_console.c when !CONFIG_EARLY_PRINTK
[karo-tx-linux.git] / arch / x86 / boot / compressed / early_serial_console.c
index d3d003cb5481cdcabe0b5c5369bad920838b8d8f..261e81fb95826d0264c8ad3148f6259cc0c3f51d 100644 (file)
@@ -1,9 +1,5 @@
 #include "misc.h"
 
-#ifdef CONFIG_EARLY_PRINTK
-
 int early_serial_base;
 
 #include "../early_serial_console.c"
-
-#endif