aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/fsl_msi.c
diff options
context:
space:
mode:
authorWolfram Sang <[email protected]>2014-10-20 14:20:13 +0000
committerWolfram Sang <[email protected]>2014-10-20 14:20:13 +0000
commit4ad7fb261d033e085ea1f3e90bfb1ce47c26a901 (patch)
tree45495fa580e04111e9b25766157c72880eb6b2a3 /arch/powerpc/sysdev/fsl_msi.c
parentpowerpc: platforms: pasemi: drop owner assignment from platform_drivers (diff)
downloadkernel-4ad7fb261d033e085ea1f3e90bfb1ce47c26a901.tar.gz
kernel-4ad7fb261d033e085ea1f3e90bfb1ce47c26a901.zip
powerpc: sysdev: 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 <[email protected]>
Diffstat (limited to 'arch/powerpc/sysdev/fsl_msi.c')
-rw-r--r--arch/powerpc/sysdev/fsl_msi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/fsl_msi.c b/arch/powerpc/sysdev/fsl_msi.c
index de40b48b460e..e596444fb024 100644
--- a/arch/powerpc/sysdev/fsl_msi.c
+++ b/arch/powerpc/sysdev/fsl_msi.c
@@ -578,7 +578,6 @@ static const struct of_device_id fsl_of_msi_ids[] = {
static struct platform_driver fsl_of_msi_driver = {
.driver = {
.name = "fsl-msi",
- .owner = THIS_MODULE,
.of_match_table = fsl_of_msi_ids,
},
.probe = fsl_of_msi_probe,