]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] I2O: remove class interface
authorDmitry Torokhov <dtor_core@ameritech.net>
Thu, 15 Sep 2005 07:01:32 +0000 (02:01 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Oct 2005 16:52:50 +0000 (09:52 -0700)
commit112cf5af207af89adb6b8dd82feeed88e97c5006
tree8ad3a3785a73b2f993392b2ef32d4079f1d79768
parent0f8a05935e1fd65e46585c7fcd83c67f2e081688
[PATCH] I2O: remove class interface

I2O: remove i2o_device_class_interface misuse

The intent of class interfaces was to provide different
'views' at the same object, not just run some code every
time a new class device is registered. Kill interface
structure, make class core register default attributes
and set up sysfs links right when registering class
devices.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/message/i2o/device.c