X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=include%2Flinux%2Fattribute_container.h;h=f5582332af046d4cb00ea31b3beeebccd7da2384;hb=219ff3ad611ecfe8a2fd29b8c50a5313c9d15383;hp=8ff2749339484fdddd066bab4ab971916a510b93;hpb=c2dc1ad582196208a2f990eb0230eb922046c684;p=cascardo%2Flinux.git diff --git a/include/linux/attribute_container.h b/include/linux/attribute_container.h index 8ff274933948..f5582332af04 100644 --- a/include/linux/attribute_container.h +++ b/include/linux/attribute_container.h @@ -17,6 +17,7 @@ struct attribute_container { struct list_head node; struct klist containers; struct class *class; + struct attribute_group *grp; struct class_device_attribute **attrs; int (*match)(struct attribute_container *, struct device *); #define ATTRIBUTE_CONTAINER_NO_CLASSDEVS 0x01