Files
linux/arch/microblaze/include/asm
Guenter Roeck 1b3fe856bd microblaze: Drop architecture-specific declaration of early_printk
miceroblaze:allmodconfig fails to build, complaining that
early_printk is redeclared.

include/linux/printk.h:114:6: error: static declaration of 'early_printk'
		follows non-static declaration
 void early_printk(const char *s, ...) { }
      ^
In file included from arch/microblaze/include/asm/page.h:19:0,
                 from arch/microblaze/include/asm/io.h:15,
                 from include/linux/io.h:22,
                 from kernel/irq/generic-chip.c:6:
arch/microblaze/include/asm/setup.h:22:6:
		note: previous declaration of 'early_printk' was here
 void early_printk(const char *fmt, ...);

This happens because CONFIG_EARLY_PRINTK is not enabled in this
configuration.

The architecture-specific declaration is not needed; drop it.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2014-03-12 10:10:07 +01:00
..
2014-01-27 11:24:55 +01:00
2014-02-10 07:42:03 +01:00
2014-01-23 16:36:54 -08:00
2013-01-03 12:47:20 +01:00
2010-08-04 10:45:17 +02:00
2010-06-09 11:12:36 +02:00
2011-07-26 16:49:47 -07:00
2013-04-08 17:39:26 +02:00
2013-10-09 20:04:08 -05:00
2010-10-21 15:51:25 +10:00
2011-01-16 14:29:21 +01:00
2010-04-01 08:38:24 +02:00
2010-08-04 10:22:35 +02:00