linux-stable/arch/microblaze
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
..
boot microblaze: Remove incorrect file path 2013-11-08 15:23:55 +01:00
configs microblaze: Enable KGDB in defconfig 2013-06-26 11:36:55 +02:00
include microblaze: Drop architecture-specific declaration of early_printk 2014-03-12 10:10:07 +01:00
kernel microblaze: Rename global function heartbeat() 2014-03-12 10:10:06 +01:00
lib microblaze: Do not use module.h in files which are not modules 2013-02-12 11:24:45 +01:00
mm memblock: make memblock_set_node() support different memblock_type 2014-01-21 16:19:44 -08:00
oprofile microblaze: Core oprofile configs and hooks 2009-12-14 08:45:07 +01:00
pci Merge remote-tracking branch 'grant/devicetree/next' into for-next 2013-11-07 10:34:46 -06:00
platform dt/bindings: remove device_type "network" references 2014-01-16 16:26:19 +00:00
Kconfig Microblaze patches for 3.14-rc1 2014-01-28 09:04:11 -08:00
Kconfig.debug microblaze: remove obsolete DEBUG_BOOTMEM 2011-01-10 09:29:51 +01:00
Makefile microblaze: Wire up defconfig to mmu_defconfig 2014-01-21 08:28:18 +01:00