>I load my own device driver into a 2.4.18-3 Kernel and get the following
>message.
>
>"Warning Loading Icdeva0s.o will taint the Kernel : No Licence"
>
>How do you stop this?
By adding a statement that states the license of your code:
MODULE_LICENSE("<license>");
to your driver. See include/linux/module.h for the possible values
<license> may have.
Philipp
-- Philipp Thomas work: pthomas@suse.de Development SuSE Linux AG private: philippt@t-online.de - 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/