On Sat, 2005-04-02 at 22:11 -0800, Paul E. McKenney wrote: > Add a deprecated_for_modules macro that allows symbols to be
> +#ifdef MODULE > +#define deprecated_for_modules __deprecated > +#else > +#define deprecated_for_modules > +#endif > + how about also starting it with __ like __deprecated is ? - 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/

