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 /kernel/Makefile | |
parent | a15bdeef108d282e540e202fc3c3e4bdf9692074 (diff) | |
download | linux-6f18a022fb311f07f3b32f2c0e1b5c9477dc4439.tar.bz2 |
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 'kernel/Makefile')
-rw-r--r-- | kernel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/Makefile b/kernel/Makefile index 58908f9d156a..f6ef00f4f90f 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -20,7 +20,6 @@ obj-$(CONFIG_SMP) += cpu.o spinlock.o obj-$(CONFIG_DEBUG_SPINLOCK) += spinlock.o obj-$(CONFIG_UID16) += uid16.o obj-$(CONFIG_MODULES) += module.o -obj-$(CONFIG_OBSOLETE_INTERMODULE) += intermodule.o obj-$(CONFIG_KALLSYMS) += kallsyms.o obj-$(CONFIG_PM) += power/ obj-$(CONFIG_BSD_PROCESS_ACCT) += acct.o |