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 d8372b432826..4f19105f755c 100644 --- a/drivers/block/cciss.c +++ b/drivers/block/cciss.c | |||
@@ -205,7 +205,7 @@ static int cciss_compat_ioctl(struct block_device *, fmode_t, | |||
205 | unsigned, unsigned long); | 205 | unsigned, unsigned long); |
206 | #endif | 206 | #endif |
207 | 207 | ||
208 | static struct block_device_operations cciss_fops = { | 208 | static const struct block_device_operations cciss_fops = { |
209 | .owner = THIS_MODULE, | 209 | .owner = THIS_MODULE, |
210 | .open = cciss_open, | 210 | .open = cciss_open, |
211 | .release = cciss_release, | 211 | .release = cciss_release, |