On Wed, 25 Apr 2007 01:54:50 +0900 (JST) Atsushi Nemoto <[EMAIL PROTECTED]> wrote:
> @@ -880,4 +964,7 @@ void __exit cleanup_module(void) > } > } > } > +#else /* MODULE */ > +module_init(ne_init); > +module_exit(ne_exit); > #endif /* MODULE */ Are we sure about this part? It is unusual to have special treatment dependent upon MODULE. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html