From: Stephen Rothwell Date: Fri, 21 Sep 2007 08:08:17 +0000 (+1000) Subject: [POWERPC] Prepare to remove of_platform_driver name X-Git-Tag: v2.6.24-rc1~1450^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd6eed3718b1b32c60a6ee5658ae6341de3177d9;p=pandora-kernel.git [POWERPC] Prepare to remove of_platform_driver name The name field of of_platform_driver is just copied into the included device_driver. By not overriding an already initialised device_driver name, we can convert the drivers over time to stop using the of_platform_driver name. Also we were not copying the owner field from of_platform_driver, so do the same with it. Signed-off-by: Stephen Rothwell Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed