diff options
author | Michal Simek <michal.simek@xilinx.com> | 2018-06-12 13:46:17 +0300 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-06-12 13:46:35 +0300 |
commit | 5cf8da7bc03570bc15ef1b59e584dfb9e0f47e51 (patch) | |
tree | 8b3abca6736c2ac96c60d2eb17cdfb93be4c8502 /arch/microblaze/include/asm | |
parent | 71ab91157e9d849a5a0c5fcd1ce68d236c3ca703 (diff) | |
download | linux-5cf8da7bc03570bc15ef1b59e584dfb9e0f47e51.tar.xz |
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/asm')
-rw-r--r-- | arch/microblaze/include/asm/setup.h | 3 |
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 */ |