From: Ricardo Cerqueira Date: Mon, 9 Jan 2006 17:24:57 +0000 (-0200) Subject: V4L (957): Compat ioctl32 license fix X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=925e699f26d2162553f7453dcacbac32f063a4c7;p=linux-beck.git V4L (957): Compat ioctl32 license fix - Compat_ioctl32 license fix Signed-off-by: Ricardo Cerqueira Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/compat_ioctl32.c b/drivers/media/video/compat_ioctl32.c index 42dc11c63c0d..55c2fd3527fd 100644 --- a/drivers/media/video/compat_ioctl32.c +++ b/drivers/media/video/compat_ioctl32.c @@ -316,3 +316,5 @@ long v4l_compat_ioctl32(struct file *file, unsigned int cmd, unsigned long arg) } #endif EXPORT_SYMBOL_GPL(v4l_compat_ioctl32); + +MODULE_LICENSE("GPL");