summaryrefslogtreecommitdiffstats
path: root/include/linux/i2o.h
diff options
context:
space:
mode:
authorDmitry Torokhov <dtor_core@ameritech.net>2005-09-29 07:40:07 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2005-10-28 18:52:51 +0200
commit7bd7b091429705eb281d60c553cc643aada8045a (patch)
tree09f4559ad780b81a3c3a72a5d8d1d3278b01807b /include/linux/i2o.h
parent[PATCH] I2O: Clean up some pretty bad driver model abuses in the i2o code (diff)
downloadlinux-7bd7b091429705eb281d60c553cc643aada8045a.tar.xz
linux-7bd7b091429705eb281d60c553cc643aada8045a.zip
[PATCH] I2O: remove i2o_device_class
I2O: cleanup - remove i2o_device_class I2O devices reside on their own bus so there should be no reason to also have i2c_device class that mirros i2o bus. Signed-off-by: Dmitry Torokhov <dtor@mail.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to '')
-rw-r--r--include/linux/i2o.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/i2o.h b/include/linux/i2o.h
index 694ea298d4bc..84db8f6ae7e5 100644
--- a/include/linux/i2o.h
+++ b/include/linux/i2o.h
@@ -66,8 +66,6 @@ struct i2o_device {
struct device device;
struct semaphore lock; /* device lock */
-
- struct class_device classdev; /* i2o device class */
};
/*