[patch 13/29] drivers/video/c2p.c: add MODULE_LICENSE

From: Geert Uytterhoeven
Date: Thu Jul 17 2008 - 15:33:45 EST


From: Adrian Bunk <bunk@xxxxxxxxxx>

This patch adds the missing MODULE_LICENSE("GPL").

Reported-by: Adrian Bunk <bunk@xxxxxxxxxx>
Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx>
Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
---
drivers/video/c2p.c | 2 ++
1 file changed, 2 insertions(+)

--- 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,
}
}

+MODULE_LICENSE("GPL");

--
Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/