diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/device.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index 1552ec5a4abd..e04fcb87aca6 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -66,9 +66,8 @@ struct bus_type { char * name; struct subsystem subsys; - struct subsystem drvsubsys; - struct subsystem devsubsys; - struct list_head devices; + struct subsystem drivers; + struct subsystem devices; int (*match)(struct device * dev, struct device_driver * drv); struct device * (*add) (struct device * parent, char * bus_id); |
