1
0
Fork 0

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>
hifive-unleashed-5.1
Adrian Bunk 2008-04-02 21:22:02 +02:00 committed by Bartlomiej Zolnierkiewicz
parent a9edadbf79
commit a62ee64157
1 changed files with 2 additions and 0 deletions

View File

@ -86,3 +86,5 @@ static void __exit pnpide_exit(void)
module_init(pnpide_init);
module_exit(pnpide_exit);
MODULE_LICENSE("GPL");