idle: Remove unused ARCH_HAS_DEFAULT_IDLE
authorPaul Bolle <pebolle@tiscali.nl>
Thu, 21 Mar 2013 12:41:23 +0000 (13:41 +0100)
committerIngo Molnar <mingo@kernel.org>
Wed, 10 Apr 2013 12:40:46 +0000 (14:40 +0200)
The Kconfig symbol ARCH_HAS_DEFAULT_IDLE is unused. Commit
a0bfa1373859e9d11dc92561a8667588803e42d8 ("cpuidle: stop
depending on pm_idle") removed the only place were it was
actually used. But it did not remove its Kconfig entries (for sh
and x86). Remove those two entries now.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Cc: Len Brown <len.brown@intel.com>
Cc: Paul Mundt <lethal@linux-sh.org>
Link: http://lkml.kernel.org/r/1363869683.1390.134.camel@x61.thuisdomein
Signed-off-by: Ingo Molnar <mingo@kernel.org>

No differences found