aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:12 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:12 +0200
commit463fbd6eb11183d62cbeff75fc8abed29208ac74 (patch)
treedd47e56acdfc585f380f8ceba34eb52cca628052 /arch/powerpc/platforms/cell
parentpowerpc: platforms: 85xx: drop owner assignment from platform_drivers (diff)
downloadlinux-dev-463fbd6eb11183d62cbeff75fc8abed29208ac74.tar.xz
linux-dev-463fbd6eb11183d62cbeff75fc8abed29208ac74.zip
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>
Diffstat (limited to 'arch/powerpc/platforms/cell')
-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 = {
.shutdown = axon_msi_shutdown,
.driver = {
.name = "axon-msi",
- .owner = THIS_MODULE,
.of_match_table = axon_msi_device_id,
},
};