X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fattribute_container.h;h=f5582332af046d4cb00ea31b3beeebccd7da2384;hb=47fe064831a2a949f6c1e0086f61a105e99ea867;hp=8ff2749339484fdddd066bab4ab971916a510b93;hpb=0d090b6819e3559dabb05773c4a6dacc4fa94d0e;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/attribute_container.h b/include/linux/attribute_container.h index 8ff27493394..f5582332af0 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