diff options
Diffstat (limited to 'drivers/video/c2p.c')
-rw-r--r-- | drivers/video/c2p.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/c2p.c b/drivers/video/c2p.c index 5c30bbd33054..03ceb1a5743b 100644 --- a/drivers/video/c2p.c +++ b/drivers/video/c2p.c | |||
@@ -12,6 +12,7 @@ | |||
12 | * for more details. | 12 | * for more details. |
13 | */ | 13 | */ |
14 | 14 | ||
15 | #include <linux/module.h> | ||
15 | #include <linux/string.h> | 16 | #include <linux/string.h> |
16 | #include "c2p.h" | 17 | #include "c2p.h" |
17 | 18 | ||
@@ -227,3 +228,4 @@ void c2p(u8 *dst, const u8 *src, u32 dx, u32 dy, u32 width, u32 height, | |||
227 | } | 228 | } |
228 | } | 229 | } |
229 | 230 | ||
231 | MODULE_LICENSE("GPL"); | ||