diff options
author | Michal Simek <monstr@monstr.eu> | 2011-11-10 07:38:54 -0500 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2012-01-05 02:34:26 -0500 |
commit | b6d5b28e446896278a0b02d6cc1bf4447ed07019 (patch) | |
tree | f7edafa04863371005035fb1e82df781597d232a /arch/microblaze/include | |
parent | a8c2e555b05d6203576e396eba01f17cb2516e66 (diff) |
microblaze: Remove eprintk macro
eprintk macro was used for printing early_printk
messages. Early console registration was changed
that's why this is not needed.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/include')
-rw-r--r-- | arch/microblaze/include/asm/setup.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/microblaze/include/asm/setup.h b/arch/microblaze/include/asm/setup.h index 904e5ef6a11b..6c72ed7eba98 100644 --- a/arch/microblaze/include/asm/setup.h +++ b/arch/microblaze/include/asm/setup.h | |||
@@ -26,12 +26,6 @@ int setup_early_printk(char *opt); | |||
26 | void remap_early_printk(void); | 26 | void remap_early_printk(void); |
27 | void disable_early_printk(void); | 27 | void disable_early_printk(void); |
28 | 28 | ||
29 | #if defined(CONFIG_EARLY_PRINTK) | ||
30 | #define eprintk early_printk | ||
31 | #else | ||
32 | #define eprintk printk | ||
33 | #endif | ||
34 | |||
35 | void heartbeat(void); | 29 | void heartbeat(void); |
36 | void setup_heartbeat(void); | 30 | void setup_heartbeat(void); |
37 | 31 | ||