diff options
author | Ricardo Cerqueira <devnull@localhost> | 2005-11-09 19:11:03 +0000 |
---|---|---|
committer | Ricardo Cerqueira <devnull@localhost> | 2005-11-09 19:11:03 +0000 |
commit | 6033912ae56f94e6c37560a7eee9d84c1c2f2039 (patch) | |
tree | c5fc7cfc60915a0bdcfec98f9eeab26e5ed56c98 /linux/drivers/media/video/compat_ioctl32.c | |
parent | 2efac4817c61b073e7786a2b34df3dee61629e05 (diff) | |
download | mediapointer-dvb-s2-6033912ae56f94e6c37560a7eee9d84c1c2f2039.tar.gz mediapointer-dvb-s2-6033912ae56f94e6c37560a7eee9d84c1c2f2039.tar.bz2 |
compat_ioctl32 installation fixes
From:
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
Diffstat (limited to 'linux/drivers/media/video/compat_ioctl32.c')
-rw-r--r-- | linux/drivers/media/video/compat_ioctl32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/compat_ioctl32.c b/linux/drivers/media/video/compat_ioctl32.c index 2b413dc30..e63c977da 100644 --- a/linux/drivers/media/video/compat_ioctl32.c +++ b/linux/drivers/media/video/compat_ioctl32.c @@ -317,3 +317,5 @@ long v4l_compat_ioctl32(struct file *file, unsigned int cmd, unsigned long arg) } #endif EXPORT_SYMBOL_GPL(v4l_compat_ioctl32); + +MODULE_LICENSE("GPL"); |