diff options
Diffstat (limited to 'drivers/block/cciss.c')
-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 24c3e21ab263..1ece0b47b581 100644 --- a/drivers/block/cciss.c +++ b/drivers/block/cciss.c | |||
@@ -426,7 +426,7 @@ out: | |||
426 | return err; | 426 | return err; |
427 | } | 427 | } |
428 | 428 | ||
429 | static struct file_operations cciss_proc_fops = { | 429 | static const struct file_operations cciss_proc_fops = { |
430 | .owner = THIS_MODULE, | 430 | .owner = THIS_MODULE, |
431 | .open = cciss_seq_open, | 431 | .open = cciss_seq_open, |
432 | .read = seq_read, | 432 | .read = seq_read, |