summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include
diff options
context:
space:
mode:
authorMichal Simek2018-06-12 12:46:17 +0200
committerMichal Simek2018-06-12 12:46:35 +0200
commit5cf8da7bc03570bc15ef1b59e584dfb9e0f47e51 (patch)
tree8b3abca6736c2ac96c60d2eb17cdfb93be4c8502 /arch/microblaze/include
parentmicroblaze: heartbeat: fix missing prom.h include (diff)
downloadkernel-qcow2-linux-5cf8da7bc03570bc15ef1b59e584dfb9e0f47e51.tar.gz
kernel-qcow2-linux-5cf8da7bc03570bc15ef1b59e584dfb9e0f47e51.tar.xz
kernel-qcow2-linux-5cf8da7bc03570bc15ef1b59e584dfb9e0f47e51.zip
microblaze: Remove architecture heart beat code
There is no reason to keep this gpio based code in architecture. Use ledtrig-heartbeat.c instead which is much more flexible then this ancient code. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/microblaze/include')
-rw-r--r--arch/microblaze/include/asm/setup.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/microblaze/include/asm/setup.h b/arch/microblaze/include/asm/setup.h
index d5384f6f36f7..a38e4a56e3c6 100644
--- a/arch/microblaze/include/asm/setup.h
+++ b/arch/microblaze/include/asm/setup.h
@@ -19,9 +19,6 @@ extern char cmd_line[COMMAND_LINE_SIZE];
extern char *klimit;
-void microblaze_heartbeat(void);
-void microblaze_setup_heartbeat(void);
-
# ifdef CONFIG_MMU
extern void mmu_reset(void);
# endif /* CONFIG_MMU */