X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fbase%2Fbase.h;h=c035dc23266adf87e5c5427c41126047840373fa;hb=1e41250863cd4de5ffa0678c405d001ca5b62796;hp=4435732437a598750a09f5e5c5d7b2688b5c6541;hpb=d9a0157328507c5f563e16a583cd0a063854aebb;p=linux-2.6-omap-h63xx.git diff --git a/drivers/base/base.h b/drivers/base/base.h index 4435732437a..c035dc23266 100644 --- a/drivers/base/base.h +++ b/drivers/base/base.h @@ -41,10 +41,9 @@ struct driver_private { * struct class_private - structure to hold the private to the driver core portions of the class structure. * * @class_subsys - the struct kset that defines this class. This is the main kobject - * @children - list of class_devices associated with this class * @class_devices - list of devices associated with this class * @class_interfaces - list of class_interfaces associated with this class - * @class_dirs - + * @class_dirs - "glue" directory for virtual devices associated with this class * @class_sem - semaphore to protect the children, devices, and interfaces lists. * @class - pointer back to the struct class that this structure is associated * with.