diff options
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/cciss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index 78852b103198..fb5be2d95d52 100644 --- a/drivers/block/cciss.c +++ b/drivers/block/cciss.c | |||
@@ -437,7 +437,7 @@ out: | |||
437 | return err; | 437 | return err; |
438 | } | 438 | } |
439 | 439 | ||
440 | static struct file_operations cciss_proc_fops = { | 440 | static const struct file_operations cciss_proc_fops = { |
441 | .owner = THIS_MODULE, | 441 | .owner = THIS_MODULE, |
442 | .open = cciss_seq_open, | 442 | .open = cciss_seq_open, |
443 | .read = seq_read, | 443 | .read = seq_read, |