1
0
Fork 0

ide/legacy/q40ide.c: add MODULE_LICENSE

Now that it can be built modular 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:04 +02:00 committed by Bartlomiej Zolnierkiewicz
parent 37c807a2e0
commit f743d04dcf
1 changed files with 2 additions and 0 deletions

View File

@ -153,3 +153,5 @@ static int __init q40ide_init(void)
}
module_init(q40ide_init);
MODULE_LICENSE("GPL");