aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:12 -0400
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:12 -0400
commit463fbd6eb11183d62cbeff75fc8abed29208ac74 (patch)
treedd47e56acdfc585f380f8ceba34eb52cca628052
parent4a0b0cee81478b07966412514577dd30dec05d1d (diff)
powerpc: platforms: cell: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
-rw-r--r--arch/powerpc/platforms/cell/axon_msi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/axon_msi.c b/arch/powerpc/platforms/cell/axon_msi.c
index 862b32702d29..89115d33a846 100644
--- a/arch/powerpc/platforms/cell/axon_msi.c
+++ b/arch/powerpc/platforms/cell/axon_msi.c
@@ -437,7 +437,6 @@ static struct platform_driver axon_msi_driver = {
437 .shutdown = axon_msi_shutdown, 437 .shutdown = axon_msi_shutdown,
438 .driver = { 438 .driver = {
439 .name = "axon-msi", 439 .name = "axon-msi",
440 .owner = THIS_MODULE,
441 .of_match_table = axon_msi_device_id, 440 .of_match_table = axon_msi_device_id,
442 }, 441 },
443}; 442};