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>

+1 -2
+1 -2
arch/sh/Kconfig
··· 23 select HAVE_SPARSE_IRQ 24 select RTC_LIB 25 select GENERIC_ATOMIC64 26 - # Support the deprecated APIs until MFD and GPIOLIB catch up. 27 - select GENERIC_HARDIRQS_NO_DEPRECATED if !MFD_SUPPORT && !GPIOLIB 28 select GENERIC_IRQ_SHOW 29 help 30 The SuperH is a RISC processor targeted for use in embedded systems
··· 23 select HAVE_SPARSE_IRQ 24 select RTC_LIB 25 select GENERIC_ATOMIC64 26 + select GENERIC_HARDIRQS_NO_DEPRECATED 27 select GENERIC_IRQ_SHOW 28 help 29 The SuperH is a RISC processor targeted for use in embedded systems