clocksource: ARM sp804: allow clocksource name to be specified

This allows platforms to specify the clocksource name upon
registration, which is necessary should they wish to register more
than one sp804 clocksource.

Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King
2011-05-12 12:08:23 +01:00
parent 933e54a53c
commit fb593cf38f
7 changed files with 8 additions and 8 deletions

View File

@@ -1,2 +1,2 @@
void sp804_clocksource_init(void __iomem *);
void sp804_clocksource_init(void __iomem *, const char *);
void sp804_clockevents_init(void __iomem *, unsigned int);