]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - drivers/dma/ioat/dma.c
Driver core: Constify struct sysfs_ops in struct kobj_type
[mirror_ubuntu-jammy-kernel.git] / drivers / dma / ioat / dma.c
index af14c9a5b8d40911a00ca666eccf9c42f5a41983..0099340b96165e326b3682eae05219d7fafcf4b6 100644 (file)
@@ -1138,7 +1138,7 @@ ioat_attr_show(struct kobject *kobj, struct attribute *attr, char *page)
        return entry->show(&chan->common, page);
 }
 
-struct sysfs_ops ioat_sysfs_ops = {
+const struct sysfs_ops ioat_sysfs_ops = {
        .show   = ioat_attr_show,
 };