Commit b50d7524 authored by Randy Dunlap's avatar Randy Dunlap Committed by David S. Miller

[NET] Add MODULE_LICENSE (GPL) to wanroutrer so that kernel is not tainted

parent cb78b143
...@@ -922,6 +922,8 @@ EXPORT_SYMBOL(wanrouter_type_trans); ...@@ -922,6 +922,8 @@ EXPORT_SYMBOL(wanrouter_type_trans);
EXPORT_SYMBOL(lock_adapter_irq); EXPORT_SYMBOL(lock_adapter_irq);
EXPORT_SYMBOL(unlock_adapter_irq); EXPORT_SYMBOL(unlock_adapter_irq);
MODULE_LICENSE("GPL");
/* /*
* End * End
*/ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment