diff options
| author | Patrick Mochel <mochel@osdl.org> | 2002-10-30 15:31:26 -0800 |
|---|---|---|
| committer | Patrick Mochel <mochel@osdl.org> | 2002-10-30 15:31:26 -0800 |
| commit | 9cd52d595d85e187c0bf13b15d507e9a34ac9ff2 (patch) | |
| tree | 0bf37e79dc600b1d97746d91274b4f1eebcabdbf /include/linux | |
| parent | 117e6adf20d8e75f96948c9a896d9bb4396eb87b (diff) | |
driver model: convert device classes to use struct kobject and sysfs.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/device.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index 5ce759266658..9013a4c88a53 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -182,6 +182,9 @@ struct device_class { u32 devnum; + struct subsystem subsys; + struct subsystem devsubsys; + struct subsystem drvsubsys; struct list_head node; struct list_head drivers; struct list_head intf_list; |
