aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2011-04-06 11:42:01 -0700
committerPaul Mundt <lethal@linux-sh.org>2011-04-06 11:42:01 -0700
commit99b662e511e08230e8422e77cbe4fd31ed173df6 (patch)
tree1be1ab2f88e9cdf06da838f383b22e7b0b87dea1 /arch
parentsh: fix build error in board-sh7757lcr.c (diff)
downloadlinux-dev-99b662e511e08230e8422e77cbe4fd31ed173df6.tar.xz
linux-dev-99b662e511e08230e8422e77cbe4fd31ed173df6.zip
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')
-rw-r--r--arch/sh/Kconfig1
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