commit | cd6eed3718b1b32c60a6ee5658ae6341de3177d9 | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Fri Sep 21 18:08:17 2007 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Tue Oct 09 21:00:48 2007 +1000 |
tree | 632bbb439de3cc94caf41d6aa580070d33c5db55 | |
parent | 7d6524f035e25fc3abd806f62e5345f911b9d10a [diff] |
[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 <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>