]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/device.h
[PATCH] driver core: fix built-in drivers sysfs links
[linux-2.6-omap-h63xx.git] / include / linux / device.h
index caad9bba965277f7abe77c25f234e7b3c3d07f3f..5cf30e95c8b649fb0dbae32f1c20a4840b4cbff3 100644 (file)
@@ -128,6 +128,7 @@ struct device_driver {
 
        struct module           * owner;
        const char              * mod_name;     /* used for built-in modules */
+       struct module_kobject   * mkobj;
 
        int     (*probe)        (struct device * dev);
        int     (*remove)       (struct device * dev);