diff --git a/[refs] b/[refs] index 3b48f6b87e9a..63df401692d6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8468afc039f03837066132be14cdd9e5fa726f0b +refs/heads/master: 880e5e212ec5ab12411e40c78bd5ac501e9caeed diff --git a/trunk/drivers/video/c2p.c b/trunk/drivers/video/c2p.c index 03ceb1a5743b..376bc07ff952 100644 --- a/trunk/drivers/video/c2p.c +++ b/trunk/drivers/video/c2p.c @@ -227,5 +227,6 @@ void c2p(u8 *dst, const u8 *src, u32 dx, u32 dy, u32 width, u32 height, dst += dst_nextline; } } +EXPORT_SYMBOL_GPL(c2p); MODULE_LICENSE("GPL");