mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-11 17:20:53 +00: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 *);
|