aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/timer-sun5i.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2017-06-20 12:50:32 +0200
committerThomas Gleixner <tglx@linutronix.de>2017-06-20 12:50:32 +0200
commit8e6cec1c7c5afa489687c90be15d6ed82c742975 (patch)
treebc11ebf33e34303bbc673c59d807686a3659d1e8 /drivers/clocksource/timer-sun5i.c
parentarm64/vdso: Fix nsec handling for CLOCK_MONOTONIC_RAW (diff)
parentclocksource: Explicitly include linux/clocksource.h when needed (diff)
downloadlinux-dev-8e6cec1c7c5afa489687c90be15d6ed82c742975.tar.xz
linux-dev-8e6cec1c7c5afa489687c90be15d6ed82c742975.zip
Merge branch 'clockevents/4.12-fixes' of https://git.linaro.org/people/daniel.lezcano/linux into timers/urgent
Pull clockevents fixes from Daniel Lezcano: - Fixed wrong iomem area unmapped in the arch_arm_timer (Frank Rowand) - Added missing includes for sun5i and cadence-ttc (Stephen Rothwell)
Diffstat (limited to 'drivers/clocksource/timer-sun5i.c')
-rw-r--r--drivers/clocksource/timer-sun5i.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clocksource/timer-sun5i.c b/drivers/clocksource/timer-sun5i.c
index 2e9c830ae1cd..c4656c4d44a6 100644
--- a/drivers/clocksource/timer-sun5i.c
+++ b/drivers/clocksource/timer-sun5i.c
@@ -12,6 +12,7 @@
#include <linux/clk.h>
#include <linux/clockchips.h>
+#include <linux/clocksource.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/irq.h>