On Thu, 2011-11-17 at 22:23 +0100, Hauke Mehrtens wrote: > +#undef module_exit > +#define module_exit(exitfn) \ > + static inline exitcall_t __exittest(void) \ > + { return exitfn; } \ This is not necessary since the exitfn() below will already create a compile error if you try module_exit(no_such_function). > + void __exit __exit_compat(void) \ > + { \ Shouldn't that be static? 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