diff options
author | Markus Lidel <Markus.Lidel@shadowconnect.com> | 2006-01-06 11:19:31 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-06 19:33:54 +0300 |
commit | 24791bd48f643194d806654b587251b0f92233e8 (patch) | |
tree | c95c4db1a565146e3c1d565ba1b796e78d88d556 /drivers/message/i2o/core.h | |
parent | 793fd15d9fafe5b1c71e50d3c041f1463895dbde (diff) | |
download | linux-24791bd48f643194d806654b587251b0f92233e8.tar.xz |
[PATCH] I2O: Remove wrong I2O device class
Removed wrong I2O device class, which was only needed to add sysfs attributes.
Signed-off-by: Markus Lidel <Markus.Lidel@shadowconnect.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/message/i2o/core.h')
-rw-r--r-- | drivers/message/i2o/core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/message/i2o/core.h b/drivers/message/i2o/core.h index 9eefedb16211..9aa9b91170b2 100644 --- a/drivers/message/i2o/core.h +++ b/drivers/message/i2o/core.h @@ -33,6 +33,8 @@ extern int __init i2o_pci_init(void); extern void __exit i2o_pci_exit(void); /* device */ +extern struct device_attribute i2o_device_attrs[]; + extern void i2o_device_remove(struct i2o_device *); extern int i2o_device_parse_lct(struct i2o_controller *); |