summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPatrick Mochel <mochel@osdl.org>2002-10-30 15:31:26 -0800
committerPatrick Mochel <mochel@osdl.org>2002-10-30 15:31:26 -0800
commit9cd52d595d85e187c0bf13b15d507e9a34ac9ff2 (patch)
tree0bf37e79dc600b1d97746d91274b4f1eebcabdbf /include
parent117e6adf20d8e75f96948c9a896d9bb4396eb87b (diff)
driver model: convert device classes to use struct kobject and sysfs.
Diffstat (limited to 'include')
-rw-r--r--include/linux/device.h3
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;