X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=arch%2Fmicroblaze%2Finclude%2Fasm%2Fsetup.h;h=8f3968971e4eef6334b5f014fd1d0aef1cf27537;hb=ce9d8d9f7214c7b74a5dd7be8221545269a31155;hp=782b5c89248e1f5222a83192f1608ce110adedcc;hpb=f632265d0ffb5acf331252d98c64939849d96bb2;p=pandora-kernel.git diff --git a/arch/microblaze/include/asm/setup.h b/arch/microblaze/include/asm/setup.h index 782b5c89248e..8f3968971e4e 100644 --- a/arch/microblaze/include/asm/setup.h +++ b/arch/microblaze/include/asm/setup.h @@ -25,6 +25,12 @@ void early_printk(const char *fmt, ...); int setup_early_printk(char *opt); void disable_early_printk(void); +#if defined(CONFIG_EARLY_PRINTK) +#define eprintk early_printk +#else +#define eprintk printk +#endif + void heartbeat(void); void setup_heartbeat(void);