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>
3 lines
118 B
C
3 lines
118 B
C
void sp804_clocksource_init(void __iomem *, const char *);
|
|
void sp804_clockevents_init(void __iomem *, unsigned int);
|