diff options
Diffstat (limited to 'drivers/block/paride/pt.c')
-rw-r--r-- | drivers/block/paride/pt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/paride/pt.c b/drivers/block/paride/pt.c index c902b25e4869..9f4e67ee1eb0 100644 --- a/drivers/block/paride/pt.c +++ b/drivers/block/paride/pt.c | |||
@@ -232,7 +232,7 @@ static char pt_scratch[512]; /* scratch block buffer */ | |||
232 | 232 | ||
233 | /* kernel glue structures */ | 233 | /* kernel glue structures */ |
234 | 234 | ||
235 | static struct file_operations pt_fops = { | 235 | static const struct file_operations pt_fops = { |
236 | .owner = THIS_MODULE, | 236 | .owner = THIS_MODULE, |
237 | .read = pt_read, | 237 | .read = pt_read, |
238 | .write = pt_write, | 238 | .write = pt_write, |