diff options
-rw-r--r-- | arch/arc/kernel/devtree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/kernel/devtree.c b/arch/arc/kernel/devtree.c index 5036d4c06996..e32b54abff51 100644 --- a/arch/arc/kernel/devtree.c +++ b/arch/arc/kernel/devtree.c | |||
@@ -17,7 +17,7 @@ | |||
17 | #include <asm/clk.h> | 17 | #include <asm/clk.h> |
18 | #include <asm/mach_desc.h> | 18 | #include <asm/mach_desc.h> |
19 | 19 | ||
20 | #ifdef CONFIG_SERIAL_8250_CONSOLE | 20 | #ifdef CONFIG_SERIAL_EARLYCON |
21 | 21 | ||
22 | static unsigned int __initdata arc_base_baud; | 22 | static unsigned int __initdata arc_base_baud; |
23 | 23 | ||