]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/device.h
driver core: Use attribute groups in struct device_type
[linux-2.6-omap-h63xx.git] / include / linux / device.h
index 9d54fe13eb2ee0ec54a11c6d0b94c323082fe691..3b64fdecd0418b48fa3ca6669ee79697c9cc0112 100644 (file)
@@ -332,7 +332,7 @@ extern struct class_device *class_device_create(struct class *cls,
 extern void class_device_destroy(struct class *cls, dev_t devt);
 
 struct device_type {
-       struct device_attribute *attrs;
+       struct attribute_group **groups;
        int (*uevent)(struct device *dev, char **envp, int num_envp,
                      char *buffer, int buffer_size);
        void (*release)(struct device *dev);