aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/device.h')
-rw-r--r--include/linux/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index b3646462d6dc..994d3ebd53f4 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -344,6 +344,7 @@ struct device {
344 struct list_head node; 344 struct list_head node;
345 struct class *class; /* optional*/ 345 struct class *class; /* optional*/
346 dev_t devt; /* dev_t, creates the sysfs "dev" */ 346 dev_t devt; /* dev_t, creates the sysfs "dev" */
347 struct attribute_group **groups; /* optional groups */
347 348
348 void (*release)(struct device * dev); 349 void (*release)(struct device * dev);
349}; 350};