Skip to content

Commit

Permalink
drivers/video/c2p.c: add MODULE_LICENSE
Browse files Browse the repository at this point in the history
This patch adds the missing MODULE_LICENSE("GPL").

Reported-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jul 21, 2008
1 parent da8513c commit 8b54b61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/video/c2p.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* for more details.
*/

#include <linux/module.h>
#include <linux/string.h>
#include "c2p.h"

Expand Down Expand Up @@ -227,3 +228,4 @@ void c2p(u8 *dst, const u8 *src, u32 dx, u32 dy, u32 width, u32 height,
}
}

MODULE_LICENSE("GPL");

0 comments on commit 8b54b61

Please sign in to comment.