From: Greg Kroah-Hartman Date: Tue, 27 May 2008 07:17:53 +0000 (+0300) Subject: infiniband: make cm_device use a struct device and not a kobject. X-Git-Tag: v2.6.27-rc1~866^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=110cf374a809817d5c080c0ac82d65d029820a66;p=pandora-kernel.git infiniband: make cm_device use a struct device and not a kobject. This object really should be a struct device, or at least contain a pointer to a struct device, as it is trying to create a separate device tree outside of the main device tree. This patch fixes this problem. It is needed for the class core rework that is being done in the driver core. Cc: Kay Sievers Cc: Roland Dreier Cc: Sean Hefty Cc: Hal Rosenstock Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed