summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/clkevt-probe.c
diff options
context:
space:
mode:
authorAlexander Kochetkov2017-03-22 15:32:49 +0100
committerDaniel Lezcano2017-03-28 09:39:49 +0200
commit07de36b378a58f1d1426829acf0ab7cf86f651f3 (patch)
tree3c4c3a07fc98b184716f478bc5fa16381102b57b /drivers/clocksource/clkevt-probe.c
parentRevert "clocksource/drivers/tcb_clksrc: Use 32 bit tcb as sched_clock" (diff)
downloadkernel-qcow2-linux-07de36b378a58f1d1426829acf0ab7cf86f651f3.tar.gz
kernel-qcow2-linux-07de36b378a58f1d1426829acf0ab7cf86f651f3.tar.xz
kernel-qcow2-linux-07de36b378a58f1d1426829acf0ab7cf86f651f3.zip
clockevents: Fix syntax error in clkevt-of macro
The patch fix syntax errors introduced by commit 0c8893c9095d ("clockevents: Add a clkevt-of mechanism like clksrc-of"). Fixes: 0c8893c9095d ("clockevents: Add a clkevt-of mechanism like clksrc-of") Signed-off-by: Alexander Kochetkov <al.kochet@gmail.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/clocksource/clkevt-probe.c')
-rw-r--r--drivers/clocksource/clkevt-probe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/clkevt-probe.c b/drivers/clocksource/clkevt-probe.c
index 8c30fec86094..eb89b502acbd 100644
--- a/drivers/clocksource/clkevt-probe.c
+++ b/drivers/clocksource/clkevt-probe.c
@@ -17,7 +17,7 @@
#include <linux/init.h>
#include <linux/of.h>
-#include <linux/clockchip.h>
+#include <linux/clockchips.h>
extern struct of_device_id __clkevt_of_table[];