projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a86cad
)
sh: select ARCH_NO_SYSDEV_OPS.
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 6 Apr 2011 18:42:01 +0000
(11:42 -0700)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 6 Apr 2011 18:42:01 +0000
(11:42 -0700)
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>
arch/sh/Kconfig
patch
|
blob
|
history
diff --git
a/arch/sh/Kconfig
b/arch/sh/Kconfig
index bc439de48cd166f47137b73f9a390e11036349be..4b89da248d17acf77dc8355d96cef8c0bef79cea 100644
(file)
--- 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