Re: Update to orinoco driver (2.4)

Christoph Hellwig (hch@infradead.org)
Fri, 25 Apr 2003 15:37:06 +0100


> +static void __exit exit_hermes(void)
> +{
> +}
> +
> module_init(init_hermes);
> +module_exit(exit_hermes);

Please don't add exmpty functions without a reak good reason.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/