X-Git-Url: http://git.agner.ch/gitweb/?a=blobdiff_plain;f=drivers%2Fblock%2Faoe%2Faoechr.c;h=39e563ea08782cf242972b42d3b8c4795e5a83a4;hb=f8abea8f8c24ecdad6d6861bffb912f23f2741cd;hp=e22b4c9520a9fdecee3317636bb532ea6404cda6;hpb=7c2aed4b5632fb536721b8494d1a4a65852ffb49;p=linux-drm-fsl-dcu.git 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: } } -static struct file_operations aoe_fops = { +static const struct file_operations aoe_fops = { .write = aoechr_write, .read = aoechr_read, .open = aoechr_open,