diff options
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/c2p.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/c2p.c b/drivers/video/c2p.c index 03ceb1a5743b..376bc07ff952 100644 --- a/drivers/video/c2p.c +++ b/drivers/video/c2p.c | |||
@@ -227,5 +227,6 @@ void c2p(u8 *dst, const u8 *src, u32 dx, u32 dy, u32 width, u32 height, | |||
227 | dst += dst_nextline; | 227 | dst += dst_nextline; |
228 | } | 228 | } |
229 | } | 229 | } |
230 | EXPORT_SYMBOL_GPL(c2p); | ||
230 | 231 | ||
231 | MODULE_LICENSE("GPL"); | 232 | MODULE_LICENSE("GPL"); |