aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2006-05-08 22:40:05 +0100
committerDavid Woodhouse <dwmw2@infradead.org>2006-05-08 22:40:05 +0100
commit6f18a022fb311f07f3b32f2c0e1b5c9477dc4439 (patch)
tree5c0e66f14e02f53555bfc365098cc7e5eb85c343 /init
parentRemove use of inter_module_crap in NOR flash chip drivers. (diff)
downloadlinux-dev-6f18a022fb311f07f3b32f2c0e1b5c9477dc4439.tar.xz
linux-dev-6f18a022fb311f07f3b32f2c0e1b5c9477dc4439.zip
Finally remove the obnoxious inter_module_xxx()
This was already a bad plan when I argued against adding it in the first place. Good riddance. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 3b36a1d53656..a7697787946a 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -389,9 +389,6 @@ config SLOB
default !SLAB
bool
-config OBSOLETE_INTERMODULE
- tristate
-
menu "Loadable module support"
config MODULES