diff options
Diffstat (limited to 'arch/microblaze/kernel/heartbeat.c')
-rw-r--r-- | arch/microblaze/kernel/heartbeat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/microblaze/kernel/heartbeat.c b/arch/microblaze/kernel/heartbeat.c index 1879a0527776..4643e3ab9414 100644 --- a/arch/microblaze/kernel/heartbeat.c +++ b/arch/microblaze/kernel/heartbeat.c | |||
@@ -17,7 +17,7 @@ | |||
17 | 17 | ||
18 | static unsigned int base_addr; | 18 | static unsigned int base_addr; |
19 | 19 | ||
20 | void heartbeat(void) | 20 | void microblaze_heartbeat(void) |
21 | { | 21 | { |
22 | static unsigned int cnt, period, dist; | 22 | static unsigned int cnt, period, dist; |
23 | 23 | ||
@@ -42,7 +42,7 @@ void heartbeat(void) | |||
42 | } | 42 | } |
43 | } | 43 | } |
44 | 44 | ||
45 | void setup_heartbeat(void) | 45 | void microblaze_setup_heartbeat(void) |
46 | { | 46 | { |
47 | struct device_node *gpio = NULL; | 47 | struct device_node *gpio = NULL; |
48 | int *prop; | 48 | int *prop; |