> > > proc is clever enough not to need ifdefs, so this is probably good
> > > idea...
> > >
> > > Pavel
> >
> > If you could remove all the procfs #ifdefs from input.c, that'd be great.
> > But removing only those around unregistration IMHO doesn't make
> > > sense.
>
>
> They can be safely dropped. I had patch to do that but droped it during
> merge. If you'll accept complete patch, I'll create it. [Or you can
> do it yourself, just killing #ifdef CONFIG_PROC_FS should do the
> trick].
Yes, but a lot of functions unneeded without CONFIG_PROC_FS will remain
linked in ... if you manage it down to one #ifdef, just around the
functions, I'll take it.
-- Vojtech Pavlik SuSE Labs - 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/