diff options
author | Ricardo Cerqueira <v4l@cerqueira.org> | 2006-01-09 12:24:57 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:24:57 -0500 |
commit | 925e699f26d2162553f7453dcacbac32f063a4c7 (patch) | |
tree | 106388ac84136e1e888ddc7d2884c0bba5320b6e /drivers/media/video/compat_ioctl32.c | |
parent | 0d0fbf8152fb3bb4393be11e8df7f70e1fbbd738 (diff) |
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>
Diffstat (limited to 'drivers/media/video/compat_ioctl32.c')
-rw-r--r-- | drivers/media/video/compat_ioctl32.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) | |||
316 | } | 316 | } |
317 | #endif | 317 | #endif |
318 | EXPORT_SYMBOL_GPL(v4l_compat_ioctl32); | 318 | EXPORT_SYMBOL_GPL(v4l_compat_ioctl32); |
319 | |||
320 | MODULE_LICENSE("GPL"); | ||