From: Greg Kroah-Hartman Date: Wed, 19 Dec 2007 19:54:39 +0000 (-0400) Subject: Driver: add driver_add_kobj for looney iseries_veth driver X-Git-Tag: v2.6.25-rc1~1243^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbe9c595f1de2e2a98403be2c14bfbc2486e84c4;p=pandora-kernel.git Driver: add driver_add_kobj for looney iseries_veth driver The iseries driver wants to hang kobjects off of its driver, so, to preserve backwards compatibility, we need to add a call to the driver core to allow future changes to work properly. Hopefully no one uses this function in the future and the iseries_veth driver authors come to their senses so I can remove this hack... Cc: Dave Larson Cc: Santiago Leon Cc: Kay Sievers Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed