]> git.baikalelectronics.ru Git - kernel.git/commit
arm_arch_timer: include clocksource.h directly
authorRichard Cochran <richardcochran@gmail.com>
Tue, 6 Jan 2015 13:26:13 +0000 (14:26 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Jan 2015 18:18:50 +0000 (13:18 -0500)
commite6fd13cd953dc93614f12e97158706b871fff3b0
tree6c87d750fbf925d755cf21dcbb4e275874d9eb82
parent09ed28f5c4425d89f7a21069e8d9c5a124d724af
arm_arch_timer: include clocksource.h directly

This driver makes use of the clocksource code. Previously it had only
included the proper header indirectly, but that chain was inadvertently
broken by 73c57ab "time: move the timecounter/cyclecounter code into its
own file."

This patch fixes the issue by including clocksource.h directly.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/clocksource/arm_arch_timer.c