On Fri, 2012-03-30 at 13:49 +0200, Arend van Spriel wrote: > On 03/30/2012 01:13 PM, Johannes Berg wrote: > > > > +#ifdef pr_fmt > > +#undef pr_fmt > > +#endif > > #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt > > > > #include<linux/module.h> > > Trivial remark. Not really necessary to do the #ifdef. #undef works fine > if pr_fmt has not been defined. Really? I thought it would give a warning then, but couldn't test it since it was defined for me. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html