From: Dmitry Torokhov Date: Thu, 15 Sep 2005 07:01:32 +0000 (-0500) Subject: [PATCH] I2O: remove class interface X-Git-Tag: v2.6.15-rc1~732^2^2~4^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f5ca09e0b854a29b17401f59487664ae3b21aa4;p=pandora-kernel.git [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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed