projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da8513c
)
drivers/video/c2p.c: add MODULE_LICENSE
author
Adrian Bunk
<bunk@kernel.org>
Thu, 17 Jul 2008 19:16:20 +0000
(21:16 +0200)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 21 Jul 2008 00:24:39 +0000
(17:24 -0700)
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>
drivers/video/c2p.c
patch
|
blob
|
history
diff --git
a/drivers/video/c2p.c
b/drivers/video/c2p.c
index
5c30bbd
..
03ceb1a
100644
(file)
--- a/
drivers/video/c2p.c
+++ b/
drivers/video/c2p.c
@@
-12,6
+12,7
@@
* for more details.
*/
+#include <linux/module.h>
#include <linux/string.h>
#include "c2p.h"
@@
-227,3
+228,4
@@
void c2p(u8 *dst, const u8 *src, u32 dx, u32 dy, u32 width, u32 height,
}
}
+MODULE_LICENSE("GPL");