> +static int __init ath_init(void) > +{ > + return 0; > +} > +module_init(ath_init); > + > +static void __exit ath_exit(void) > +{ > +} > +module_exit(ath_exit); No need for these. -- 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