Input: elantech - ignore high bits in the position coordinates
[deliverable/linux.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;
     };
 
This page took 0.029415 seconds and 5 git commands to generate.