commit | 10270613fb4d5a44c335cfa13e9626bf5743c01d | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Oct 10 11:47:31 2006 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Tue Oct 10 13:56:13 2006 +1000 |
tree | 6852db04a76e5a13c295f906c6f9acc88837a372 | |
parent | 9f2545c11869868fd3cde7098d99e690891e442c [diff] |
[POWERPC] Fix windfarm platform device usage The windfarm code uses a struct device_driver instead of platform_driver, which can cause crashes if any of the callbacks are called (like on module removal). This fixes it. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>