aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/kobject.h')
-rw-r--r--include/linux/kobject.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h
index 0777b3f57ae6..a8a84fcccbc0 100644
--- a/include/linux/kobject.h
+++ b/include/linux/kobject.h
@@ -66,7 +66,6 @@ struct kobject {
66 struct kset * kset; 66 struct kset * kset;
67 struct kobj_type * ktype; 67 struct kobj_type * ktype;
68 struct sysfs_dirent * sd; 68 struct sysfs_dirent * sd;
69 wait_queue_head_t poll;
70}; 69};
71 70
72extern int kobject_set_name(struct kobject *, const char *, ...) 71extern int kobject_set_name(struct kobject *, const char *, ...)