Messages in this thread |  | | Date | Mon, 29 Oct 2001 01:17:15 -0500 | From | Jeff Garzik <> | Subject | Re: [patch] 2.4.13 remove unused warnings on module tables |
| |
Keith Owens wrote: > @@ -11,6 +11,7 @@ > #include <linux/spinlock.h> > #include <linux/list.h> > > +#ifndef CONFIG_KBUILD_2_5 > #ifdef __GENKSYMS__ > # define _set_ver(sym) sym > # undef MODVERSIONS > @@ -21,6 +22,7 @@ > # include <linux/modversions.h> > # endif > #endif /* __GENKSYMS__ */ > +#endif /* CONFIG_KBUILD_2_5 */ > > #include <asm/atomic.h> > > @@ -257,8 +259,6 @@ static const unsigned long __module_##gt
I don't think we need this part of the patch.
Jeff
-- Jeff Garzik | Only so many songs can be sung Building 1024 | with two lips, two lungs, and one tongue. MandrakeSoft | - nomeansno
- 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/
|  |