From: Greg Kroah-Hartman Date: Fri, 28 Oct 2005 05:25:43 +0000 (-0700) Subject: [PATCH] Driver Core: fix up all callers of class_device_create() X-Git-Tag: v2.6.15-rc1~732^2^2~4^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53f4654272df7c51064825024340554b39c9efba;p=pandora-kernel.git [PATCH] Driver Core: fix up all callers of class_device_create() The previous patch adding the ability to nest struct class_device changed the paramaters to the call class_device_create(). This patch fixes up all in-kernel users of the function. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed