diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-05-08 22:40:05 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-05-08 22:40:05 +0100 |
commit | 6f18a022fb311f07f3b32f2c0e1b5c9477dc4439 (patch) | |
tree | 5c0e66f14e02f53555bfc365098cc7e5eb85c343 /init | |
parent | a15bdeef108d282e540e202fc3c3e4bdf9692074 (diff) | |
download | linux-3.10-6f18a022fb311f07f3b32f2c0e1b5c9477dc4439.tar.gz linux-3.10-6f18a022fb311f07f3b32f2c0e1b5c9477dc4439.tar.bz2 linux-3.10-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/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/init/Kconfig b/init/Kconfig index 3b36a1d5365..a7697787946 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 |