diff options
Diffstat (limited to 'drivers/block/aoe/aoechr.c')
-rw-r--r-- | drivers/block/aoe/aoechr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/aoe/aoechr.c b/drivers/block/aoe/aoechr.c index e22b4c9520a9..39e563ea0878 100644 --- a/drivers/block/aoe/aoechr.c +++ b/drivers/block/aoe/aoechr.c | |||
@@ -233,7 +233,7 @@ loop: | |||
233 | } | 233 | } |
234 | } | 234 | } |
235 | 235 | ||
236 | static struct file_operations aoe_fops = { | 236 | static const struct file_operations aoe_fops = { |
237 | .write = aoechr_write, | 237 | .write = aoechr_write, |
238 | .read = aoechr_read, | 238 | .read = aoechr_read, |
239 | .open = aoechr_open, | 239 | .open = aoechr_open, |