microblaze: Rename global function heartbeat()
authorGuenter Roeck <linux@roeck-us.net>
Tue, 18 Feb 2014 06:46:54 +0000 (22:46 -0800)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 12 Mar 2014 09:10:06 +0000 (10:10 +0100)
commit79c157a3fbaacd6b327f0433957767fe053d0d78
tree5ad317f47c62748d0acac57cc1df6776c2cb582f
parentfa389e220254c69ffae0d403eac4146171062d08
microblaze: Rename global function heartbeat()

microblaze:allmodconfig complains for some configurations that 'heartbeat'
is redefined as different kind of symbol. This is seen in test compiles
of watchdog drivers, which often use 'heartbeat' as ststic variable.

Since 'heartbeat' is an unfortunate name for a global function,
rename it to microblaze_heartbeat. Also rename the setup function
to microblaze_setup_heartbeat.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/include/asm/setup.h
arch/microblaze/kernel/heartbeat.c
arch/microblaze/kernel/timer.c