diff options
Diffstat (limited to 'drivers/ieee1394/raw1394.c')
-rw-r--r-- | drivers/ieee1394/raw1394.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ieee1394/raw1394.c b/drivers/ieee1394/raw1394.c index a77a832828c8..aa9ca8385ec7 100644 --- a/drivers/ieee1394/raw1394.c +++ b/drivers/ieee1394/raw1394.c | |||
@@ -3013,7 +3013,7 @@ static struct hpsb_highlevel raw1394_highlevel = { | |||
3013 | }; | 3013 | }; |
3014 | 3014 | ||
3015 | static struct cdev raw1394_cdev; | 3015 | static struct cdev raw1394_cdev; |
3016 | static struct file_operations raw1394_fops = { | 3016 | static const struct file_operations raw1394_fops = { |
3017 | .owner = THIS_MODULE, | 3017 | .owner = THIS_MODULE, |
3018 | .read = raw1394_read, | 3018 | .read = raw1394_read, |
3019 | .write = raw1394_write, | 3019 | .write = raw1394_write, |