diff options
Diffstat (limited to 'drivers/ieee1394/video1394.c')
-rw-r--r-- | drivers/ieee1394/video1394.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ieee1394/video1394.c b/drivers/ieee1394/video1394.c index f4d1ec00af65..95ca26d75272 100644 --- a/drivers/ieee1394/video1394.c +++ b/drivers/ieee1394/video1394.c | |||
@@ -1277,7 +1277,7 @@ static long video1394_compat_ioctl(struct file *f, unsigned cmd, unsigned long a | |||
1277 | #endif | 1277 | #endif |
1278 | 1278 | ||
1279 | static struct cdev video1394_cdev; | 1279 | static struct cdev video1394_cdev; |
1280 | static struct file_operations video1394_fops= | 1280 | static const struct file_operations video1394_fops= |
1281 | { | 1281 | { |
1282 | .owner = THIS_MODULE, | 1282 | .owner = THIS_MODULE, |
1283 | .unlocked_ioctl = video1394_ioctl, | 1283 | .unlocked_ioctl = video1394_ioctl, |