Commit e20a52f9 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

added MODULE_LICENSE() to the auerswald USB driver.

parent 3b4f1bc8
......@@ -2181,6 +2181,7 @@ static void __exit auerswald_cleanup (void)
MODULE_AUTHOR (DRIVER_AUTHOR);
MODULE_DESCRIPTION (DRIVER_DESC);
MODULE_LICENSE ("GPL");
module_init (auerswald_init);
module_exit (auerswald_cleanup);
......
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