diff options
Diffstat (limited to 'drivers/message/i2o')
-rw-r--r-- | drivers/message/i2o/i2o_block.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/i2o/i2o_block.c b/drivers/message/i2o/i2o_block.c index 335d4c78a775..d505b68cd372 100644 --- a/drivers/message/i2o/i2o_block.c +++ b/drivers/message/i2o/i2o_block.c | |||
@@ -925,7 +925,7 @@ static void i2o_block_request_fn(struct request_queue *q) | |||
925 | }; | 925 | }; |
926 | 926 | ||
927 | /* I2O Block device operations definition */ | 927 | /* I2O Block device operations definition */ |
928 | static struct block_device_operations i2o_block_fops = { | 928 | static const struct block_device_operations i2o_block_fops = { |
929 | .owner = THIS_MODULE, | 929 | .owner = THIS_MODULE, |
930 | .open = i2o_block_open, | 930 | .open = i2o_block_open, |
931 | .release = i2o_block_release, | 931 | .release = i2o_block_release, |