X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fdevice.h;h=5cf30e95c8b649fb0dbae32f1c20a4840b4cbff3;hb=eaf60d6924759eb2a249c0b568533a90c238061b;hp=caad9bba965277f7abe77c25f234e7b3c3d07f3f;hpb=d459094083c3a23b31514bbe31cc3f4c21ed4445;p=pandora-kernel.git diff --git a/include/linux/device.h b/include/linux/device.h index caad9bba9652..5cf30e95c8b6 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);