diff options
Diffstat (limited to 'include/linux/device.h')
-rw-r--r-- | include/linux/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index 45bc8c1669d2..d96af9701d60 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -197,6 +197,7 @@ struct class { | |||
197 | 197 | ||
198 | struct class_attribute *class_attrs; | 198 | struct class_attribute *class_attrs; |
199 | struct device_attribute *dev_attrs; | 199 | struct device_attribute *dev_attrs; |
200 | struct bin_attribute *dev_bin_attrs; | ||
200 | struct kobject *dev_kobj; | 201 | struct kobject *dev_kobj; |
201 | 202 | ||
202 | int (*dev_uevent)(struct device *dev, struct kobj_uevent_env *env); | 203 | int (*dev_uevent)(struct device *dev, struct kobj_uevent_env *env); |