kobject: remove kset from struct kset_uevent_ops callbacks
[linux-2.6-microblaze.git] / include / linux / kobject.h
index 683172b..ad90b49 100644 (file)
@@ -153,10 +153,9 @@ struct kobj_uevent_env {
 };
 
 struct kset_uevent_ops {
-       int (* const filter)(struct kset *kset, struct kobject *kobj);
-       const char *(* const name)(struct kset *kset, struct kobject *kobj);
-       int (* const uevent)(struct kset *kset, struct kobject *kobj,
-                     struct kobj_uevent_env *env);
+       int (* const filter)(struct kobject *kobj);
+       const char *(* const name)(struct kobject *kobj);
+       int (* const uevent)(struct kobject *kobj, struct kobj_uevent_env *env);
 };
 
 struct kobj_attribute {