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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user