X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fvideo%2Fc2p.c;h=376bc07ff952ed840eb226c8438b86fc3f0cb53e;hb=979b1791e5b8f8b556faeec4c48339e7ed63af9f;hp=5c30bbd33054a3f61701e1ab047e5f49d931f89a;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=linux-2.6 diff --git a/drivers/video/c2p.c b/drivers/video/c2p.c index 5c30bbd330..376bc07ff9 100644 --- a/drivers/video/c2p.c +++ b/drivers/video/c2p.c @@ -12,6 +12,7 @@ * for more details. */ +#include #include #include "c2p.h" @@ -226,4 +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");