Re: inter-module-* removal.. small next step

From: Adrian Bunk (bunk_at_stusta.de)
Date: 01/30/05

  • Next message: Brian Gerst: "Re: [PATCH 0/3] Conversion to compat_ioctl for ALSA drivers"
    Date:	Sun, 30 Jan 2005 19:05:27 +0100
    To: Arjan van de Ven <arjan@infradead.org>
    
    

    On Sun, Jan 30, 2005 at 06:00:17PM +0000, Arjan van de Ven wrote:
    > Hi,
    >
    > intermodule is deprecated for quite some time now, and MTD is the sole last
    > user in the tree. To shrink the kernel for the people who don't use MTD, and
    > to prevent accidental return of more users of this, make the compiling of
    > this function conditional on MTD.
    >
    >
    > Signed-off-by: Arjan van de Ven <arjan@infradead.org>
    >
    > --- linux/kernel/Makefile 2005-01-30 18:57:11.000000000 +0100
    > +++ linux/kernel/Makefile 2005-01-30 18:57:11.000000000 +0100
    > @@ -6,7 +6,7 @@
    > exit.o itimer.o time.o softirq.o resource.o \
    > sysctl.o capability.o ptrace.o timer.o user.o \
    > signal.o sys.o kmod.o workqueue.o pid.o \
    > - rcupdate.o intermodule.o extable.o params.o posix-timers.o \
    > + rcupdate.o extable.o params.o posix-timers.o \
    > kthread.o wait.o kfifo.o sys_ni.o
    >
    > obj-$(CONFIG_FUTEX) += futex.o
    > @@ -27,6 +27,10 @@
    > obj-$(CONFIG_SYSFS) += ksysfs.o
    > obj-$(CONFIG_GENERIC_HARDIRQS) += irq/
    >
    > +inter-$(CONFIG_MTD) += intermodule.o
    > +obj-y += $(inter-y)
    > +obj-y += $(inter=m)
    >...

    This should be inter-m .

    cu
    Adrian

    -- 
           "Is there not promise of rain?" Ling Tan asked suddenly out
            of the darkness. There had been need of rain for many days.
           "Only a promise," Lao Er said.
                                           Pearl S. Buck - Dragon Seed
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    

  • Next message: Brian Gerst: "Re: [PATCH 0/3] Conversion to compat_ioctl for ALSA drivers"

    Relevant Pages

    • Re: inter-module-* removal.. small next step
      ... > intermodule is deprecated for quite some time now, and MTD is the sole last ... To shrink the kernel for the people who don't use MTD, ... There had been need of rain for many days. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • inter-module-* removal.. small next step
      ... intermodule is deprecated for quite some time now, and MTD is the sole last ... To shrink the kernel for the people who don't use MTD, ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: Bloat report 2.6.3 -> 2.6.4
      ... For the average computer you can buy at your supermarket today it isn't ... People who need to care about the size of the kernel use hand-tuned ... There had been need of rain for many days. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: ANNOUNCE: CE Linux Forum - Specification V1.0 draft
      ... Kernel SHALL be configuralble with compiler size options, ... "specification" didn't send a patch - the trivial patch was sent by ... There had been need of rain for many days. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: Weirdness with suspending jobs in 2.6.9-rc3
      ... >> It doesn't depend on which version I'm compiling, ... >> kernel I'm actually running. ... There had been need of rain for many days. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)