diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-03-23 19:16:34 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-03-23 19:16:34 +0900 |
commit | 3f4caa8157449b96f8b166c7a98ee40c4bc35a55 (patch) | |
tree | 55211837ced04b87163377ba6f0a87f6069cec69 /arch/sh/Kconfig | |
parent | d4cc183f7b9f639a048291e9cd95f0c255664b98 (diff) | |
download | linux-3.10-3f4caa8157449b96f8b166c7a98ee40c4bc35a55.tar.gz linux-3.10-3f4caa8157449b96f8b166c7a98ee40c4bc35a55.tar.bz2 linux-3.10-3f4caa8157449b96f8b166c7a98ee40c4bc35a55.zip |
sh: Re-enable GENERIC_HARDIRQS_NO_DEPRECATED.
Now that the in-tree offenders have seemingly all caught up, we can
finally unconditionally select this.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 2d264fa8495..e4be5a485d5 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -23,8 +23,7 @@ config SUPERH select HAVE_SPARSE_IRQ select RTC_LIB select GENERIC_ATOMIC64 - # Support the deprecated APIs until MFD and GPIOLIB catch up. - select GENERIC_HARDIRQS_NO_DEPRECATED if !MFD_SUPPORT && !GPIOLIB + select GENERIC_HARDIRQS_NO_DEPRECATED select GENERIC_IRQ_SHOW help The SuperH is a RISC processor targeted for use in embedded systems |