On Fri, 24 Aug 2007, Paul Mundt wrote: > > > > > include/linux/init.h:#define __setup_param(str, unique_id, fn, early) > > > > \ > > > > include/linux/init.h:#define __setup_param(str, unique_id, fn) /* > > > > nothing */ > > Notice the problem now? :-)
We should probably keep it that way. I don't see why anybody should be using __setup_param directly anyway, so this becomes a nice build-time error to flag such errant usage :-) Seriously speaking, though, we should probably just get rid of that wrong line. It's just an init.h-internal macro to be used by early_param and __setup, and because those are themselves empty when MODULE, there's no issues in removing the (unused, broken) __setup_param either. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

