]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/linux/clocksource.h
clocksources: Switch back to the clksrc table
[mirror_ubuntu-bionic-kernel.git] / include / linux / clocksource.h
index 44a1aff225666108c91a8d9f61081315b75d0617..08398182f56ecae83ba24fc3be1707a729e0760d 100644 (file)
@@ -244,7 +244,7 @@ extern int clocksource_mmio_init(void __iomem *, const char *,
 extern int clocksource_i8253_init(void);
 
 #define CLOCKSOURCE_OF_DECLARE(name, compat, fn) \
-       OF_DECLARE_1(clksrc, name, compat, fn)
+       OF_DECLARE_1_RET(clksrc, name, compat, fn)
 
 #ifdef CONFIG_CLKSRC_PROBE
 extern void clocksource_probe(void);