]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/firmware/iscsi_ibft.c
Driver core: Constify struct sysfs_ops in struct kobj_type
[mirror_ubuntu-zesty-kernel.git] / drivers / firmware / iscsi_ibft.c
index a3600e3ed0fa7a4f1f97330d4c2a972abb9d2303..ed2801c378de3ea35468ed76018eafaa40735b1d 100644 (file)
@@ -519,7 +519,7 @@ static ssize_t ibft_show_attribute(struct kobject *kobj,
        return ret;
 }
 
-static struct sysfs_ops ibft_attr_ops = {
+static const struct sysfs_ops ibft_attr_ops = {
        .show = ibft_show_attribute,
 };