dect
/
linux-2.6
Archived
13
0
Fork 0

V4L (957): Compat ioctl32 license fix

- Compat_ioctl32 license fix

Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
This commit is contained in:
Ricardo Cerqueira 2006-01-09 15:24:57 -02:00 committed by Mauro Carvalho Chehab
parent 0d0fbf8152
commit 925e699f26
1 changed files with 2 additions and 0 deletions

View File

@ -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");