summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
diff options
context:
space:
mode:
authorLinus Torvalds2017-04-02 18:22:03 +0200
committerLinus Torvalds2017-04-02 18:22:03 +0200
commit4a6808f347a3f969e56e8e4274e70849ecdc33de (patch)
treed973e31999a6e36ffa681d13473c6d3f0db5284e /drivers/clocksource
parentMerge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... (diff)
parentvmlinux.lds: Add __clkevt_of_table to kernel (diff)
downloadkernel-qcow2-linux-4a6808f347a3f969e56e8e4274e70849ecdc33de.tar.gz
kernel-qcow2-linux-4a6808f347a3f969e56e8e4274e70849ecdc33de.tar.xz
kernel-qcow2-linux-4a6808f347a3f969e56e8e4274e70849ecdc33de.zip
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull timer fixes from Thomas Gleixner: "Two small fixes for the new CLKEVT_OF infrastructure" * 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: vmlinux.lds: Add __clkevt_of_table to kernel clockevents: Fix syntax error in clkevt-of macro
Diffstat (limited to 'drivers/clocksource')
-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[];