X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fmd%2Fdm-sysfs.c;h=84d2b91e4efb1b73cdb5dbfac2a2f4e3fd8f3922;hb=c25f7cf2032aaac9bd50d6eee982719878538082;hp=f91b40942e07885a1d2265de3c41e6abf6465fc7;hpb=68de7745822f0dc2eea940e3c1fc65896d7afc88;p=mv-sheeva.git diff --git a/drivers/md/dm-sysfs.c b/drivers/md/dm-sysfs.c index f91b40942e0..84d2b91e4ef 100644 --- a/drivers/md/dm-sysfs.c +++ b/drivers/md/dm-sysfs.c @@ -75,7 +75,7 @@ static struct attribute *dm_attrs[] = { NULL, }; -static struct sysfs_ops dm_sysfs_ops = { +static const struct sysfs_ops dm_sysfs_ops = { .show = dm_attr_show, };