ARM: Remove unnecessary selection of TICK_ONESHOT
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 25 Apr 2012 11:51:07 +0000 (12:51 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 25 Apr 2012 11:53:10 +0000 (12:53 +0100)
commit98fab064d321f740fde24785d1421523d249fc0e
tree2f1c84a432e58395a707e750937512a514f7474e
parent37e74beb8ac95f1abd8d08d005c55cb9af7db9a5
ARM: Remove unnecessary selection of TICK_ONESHOT

In 3872c48b (tick: Document TICK_ONESHOT config option) Thomas describes
the circumstances under which TICK_ONESHOT should be selected.  This is
an internal time keeping configuration symbol which should not be
selected by platform or arch code.  So remove our select statements for
it.

This kills these warnings in OMAP builds:

kernel/time/tick-sched.c:47: warning: 'tick_do_update_jiffies64' defined but not used
kernel/time/tick-sched.c:89: warning: 'tick_init_jiffy_update' defined but not used

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig
This page took 0.030197 seconds and 5 git commands to generate.