Skip to content

Commit

Permalink
ide-pnp.c: add MODULE_LICENSE
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Bartlomiej Zolnierkiewicz committed Apr 2, 2008
1 parent a9edadb commit a62ee64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/ide/ide-pnp.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,5 @@ static void __exit pnpide_exit(void)

module_init(pnpide_init);
module_exit(pnpide_exit);

MODULE_LICENSE("GPL");

0 comments on commit a62ee64

Please sign in to comment.