X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fdevice.h;h=5cf30e95c8b649fb0dbae32f1c20a4840b4cbff3;hb=0c84ce268b69855919b6ac7edc8f11caf21e9c88;hp=caad9bba965277f7abe77c25f234e7b3c3d07f3f;hpb=bcd9b89c02295b075fda4bdb666f6641f8212226;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/device.h b/include/linux/device.h index caad9bba965..5cf30e95c8b 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -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);