aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91/generic.h
diff options
context:
space:
mode:
authorAlexandre Belloni <[email protected]>2015-03-12 13:07:30 +0100
committerNicolas Ferre <[email protected]>2015-03-16 17:03:04 +0100
commitbbfc97e1b1b9fb2177a9134f57506eb371638b85 (patch)
treee36244006454318bec97b1b704dfb4c2998ae6d2 /arch/arm/mach-at91/generic.h
parentd8d1c6c8b0bec79b42f9e85fbf449ba7dd77accd (diff)
ARM: at91: properly initialize timer
Use clocksource_of_init to initialize the system timer instead of relying on a custom function. Signed-off-by: Alexandre Belloni <[email protected]> Acked-by: Boris Brezillon <[email protected]> Acked-by: Daniel Lezcano <[email protected]> Signed-off-by: Nicolas Ferre <[email protected]>
Diffstat (limited to 'arch/arm/mach-at91/generic.h')
-rw-r--r--arch/arm/mach-at91/generic.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-at91/generic.h b/arch/arm/mach-at91/generic.h
index 2b396c4e1fc1..b0fa7dc7286d 100644
--- a/arch/arm/mach-at91/generic.h
+++ b/arch/arm/mach-at91/generic.h
@@ -18,9 +18,6 @@
extern void __init at91_map_io(void);
extern void __init at91_alt_map_io(void);
- /* Timer */
-extern void at91rm9200_timer_init(void);
-
/* idle */
extern void at91rm9200_idle(void);
extern void at91sam9_idle(void);