[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080609222202.GB1987@cs181133002.pp.htv.fi>
Date: Tue, 10 Jun 2008 01:22:03 +0300
From: Adrian Bunk <bunk@...nel.org>
To: geert@...ux-m68k.org, adaplas@...il.com
Cc: linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [2.6 patch] drivers/video/c2p.c: add MODULE_LICENSE
This patch adds the missing MODULE_LICENSE("GPL").
Reported-by: Adrian Bunk <bunk@...nel.org>
Signed-off-by: Adrian Bunk <bunk@...nel.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");
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists