diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-04-06 11:42:01 -0700 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-04-06 11:42:01 -0700 |
commit | 99b662e511e08230e8422e77cbe4fd31ed173df6 (patch) | |
tree | 1be1ab2f88e9cdf06da838f383b22e7b0b87dea1 /arch/sh | |
parent | 9a86cad62a0b8b830a7bea465141bed26de25fe4 (diff) |
sh: select ARCH_NO_SYSDEV_OPS.
Now that everything that was using these interfaces has been converted to
the syscore ops, prevent new code from using the old API.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index bc439de48cd1..4b89da248d17 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -24,6 +24,7 @@ config SUPERH select RTC_LIB select GENERIC_ATOMIC64 select GENERIC_IRQ_SHOW + select ARCH_NO_SYSDEV_OPS help The SuperH is a RISC processor targeted for use in embedded systems and consumer electronics; it was also used in the Sega Dreamcast |