mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-03-22 11:42:41 +01:00
This allows platforms to specify the clcokevent name upon registration. Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
3 lines
132 B
C
3 lines
132 B
C
void sp804_clocksource_init(void __iomem *, const char *);
|
|
void sp804_clockevents_init(void __iomem *, unsigned int, const char *);
|