lkml.org 
[lkml]   [2008]   [Jun]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[2.6 patch] drivers/video/c2p.c: add MODULE_LICENSE
This patch adds the missing MODULE_LICENSE("GPL").

Reported-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Adrian Bunk <bunk@kernel.org>

---

drivers/video/c2p.c | 2 ++
1 file changed, 2 insertions(+)

a616321aca11206e2013d9199400595e6b5f2054 diff --git a/drivers/video/c2p.c b/drivers/video/c2p.c
index 5c30bbd..03ceb1a 100644
--- 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");


\
 
 \ /
  Last update: 2008-06-10 00:25    [W:0.038 / U:0.540 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site