diff --git a/include/linux/device.h b/include/linux/device.h index a3b3ff15fc87407d22ea7a1635ec45c69e5b0c2c..313e0b32bc09bd52f8250e0a00ad2b7fa2a20f96 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -51,7 +51,6 @@ extern void bus_remove_file(struct bus_type *, struct bus_attribute *); struct bus_type { const char * name; - struct module * owner; struct kset subsys; struct kset *drivers_kset;