mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-18 20:54:20 +00:00
ide-pnp.c: add MODULE_LICENSE
Now that it's in an own module it needs a MODULE_LICENSE. Signed-off-by: Adrian Bunk <bunk@kernel.org> Cc: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
parent
a9edadbf79
commit
a62ee64157
1 changed files with 2 additions and 0 deletions
|
@ -86,3 +86,5 @@ static void __exit pnpide_exit(void)
|
||||||
|
|
||||||
module_init(pnpide_init);
|
module_init(pnpide_init);
|
||||||
module_exit(pnpide_exit);
|
module_exit(pnpide_exit);
|
||||||
|
|
||||||
|
MODULE_LICENSE("GPL");
|
||||||
|
|
Loading…
Add table
Reference in a new issue