diff options
Diffstat (limited to 'drivers/block/acsi_slm.c')
-rw-r--r-- | drivers/block/acsi_slm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/acsi_slm.c b/drivers/block/acsi_slm.c index e04be94d195c..e2e043290963 100644 --- a/drivers/block/acsi_slm.c +++ b/drivers/block/acsi_slm.c | |||
@@ -269,7 +269,7 @@ static int slm_get_pagesize( int device, int *w, int *h ); | |||
269 | 269 | ||
270 | static DEFINE_TIMER(slm_timer, slm_test_ready, 0, 0); | 270 | static DEFINE_TIMER(slm_timer, slm_test_ready, 0, 0); |
271 | 271 | ||
272 | static struct file_operations slm_fops = { | 272 | static const struct file_operations slm_fops = { |
273 | .owner = THIS_MODULE, | 273 | .owner = THIS_MODULE, |
274 | .read = slm_read, | 274 | .read = slm_read, |
275 | .write = slm_write, | 275 | .write = slm_write, |