diff options
-rw-r--r-- | drivers/serial/bfin_5xx.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/serial/bfin_5xx.c b/drivers/serial/bfin_5xx.c index d7fcca18223b..b4a7650af696 100644 --- a/drivers/serial/bfin_5xx.c +++ b/drivers/serial/bfin_5xx.c | |||
@@ -38,6 +38,10 @@ | |||
38 | #include <asm/cacheflush.h> | 38 | #include <asm/cacheflush.h> |
39 | #endif | 39 | #endif |
40 | 40 | ||
41 | #ifdef CONFIG_SERIAL_BFIN_MODULE | ||
42 | # undef CONFIG_EARLY_PRINTK | ||
43 | #endif | ||
44 | |||
41 | /* UART name and device definitions */ | 45 | /* UART name and device definitions */ |
42 | #define BFIN_SERIAL_NAME "ttyBF" | 46 | #define BFIN_SERIAL_NAME "ttyBF" |
43 | #define BFIN_SERIAL_MAJOR 204 | 47 | #define BFIN_SERIAL_MAJOR 204 |