Documentation: remove obsolete voyager.txt file
[firefly-linux-kernel-4.4.55.git] / Documentation / kobject.txt
index c79ab996dadaea7a6e630fd9326c6a1b5adfd86e..bdb13817e1e9ebc0ad667482deb4e2107361961b 100644 (file)
@@ -266,7 +266,7 @@ kobj_type:
 
     struct kobj_type {
            void (*release)(struct kobject *);
-           struct sysfs_ops    *sysfs_ops;
+           const struct sysfs_ops *sysfs_ops;
            struct attribute    **default_attrs;
     };