aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/video/c2p.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/c2p.c b/drivers/video/c2p.c
index 5c30bbd3305..03ceb1a5743 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");