[GIT pull] timer fix for 4.16

From: Thomas Gleixner
Date: Sun Mar 11 2018 - 12:20:00 EST


Linus,

please pull the latest timers-urgent-for-linus git tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers-urgent-for-linus

Just a single fix which adds a missing Kconfig dependency to avoid unmet
dependency warnings.

Thanks,

tglx

------------------>
Masahiro Yamada (1):
clocksource/atmel-st: Add 'depends on HAS_IOMEM' to fix unmet dependency


drivers/clocksource/Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index b3b4ed9b6874..d2e5382821a4 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -386,6 +386,7 @@ config ATMEL_PIT

config ATMEL_ST
bool "Atmel ST timer support" if COMPILE_TEST
+ depends on HAS_IOMEM
select TIMER_OF
select MFD_SYSCON
help