diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/kobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h index 5b236b6678cb..d2f0629a6189 100644 --- a/include/linux/kobject.h +++ b/include/linux/kobject.h @@ -37,6 +37,7 @@ struct subsystem { struct subsystem * parent; void (*release)(struct kobject *); struct sysfs_ops * sysfs_ops; + struct attribute ** default_attrs; }; extern void subsystem_init(struct subsystem *); |
