diff options
author | Michal Simek <monstr@monstr.eu> | 2010-09-28 02:27:49 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2010-10-21 01:51:48 -0400 |
commit | 96a5ff42298d0ea44d5aa321a56aeba280b52645 (patch) | |
tree | b448491d7d86bfe0a2f803b9d780febedda97158 /arch/microblaze/include/asm/setup.h | |
parent | e65f1e2843d31d9ed74c7cce273adc0d97b5140f (diff) |
microblaze: remove early printk uarlite console dependency from header
This dependency is resolved in menuconfig.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/include/asm/setup.h')
-rw-r--r-- | arch/microblaze/include/asm/setup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/setup.h b/arch/microblaze/include/asm/setup.h index 5f910ebe0325..8f3968971e4e 100644 --- a/arch/microblaze/include/asm/setup.h +++ b/arch/microblaze/include/asm/setup.h | |||
@@ -25,7 +25,7 @@ void early_printk(const char *fmt, ...); | |||
25 | int setup_early_printk(char *opt); | 25 | int setup_early_printk(char *opt); |
26 | void disable_early_printk(void); | 26 | void disable_early_printk(void); |
27 | 27 | ||
28 | #if defined(CONFIG_EARLY_PRINTK) && defined(CONFIG_SERIAL_UARTLITE_CONSOLE) | 28 | #if defined(CONFIG_EARLY_PRINTK) |
29 | #define eprintk early_printk | 29 | #define eprintk early_printk |
30 | #else | 30 | #else |
31 | #define eprintk printk | 31 | #define eprintk printk |