Erik Faye-Lund <kusmabite <at> googlemail.com> writes: > +#ifdef DRV_OK > +#undef DRV_OK > +#endif > + It shouldn't be necessary to check whether DRV_OK is defined before undefining it; if it's not defined, undefining it will be a NOP. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html