diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:03 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:03 +0200 |
commit | a46ca32ca0ea801fb835794bb069e9449060bbae (patch) | |
tree | b0b5493871e925d59674a8ac30958b1c3b416add /arch/arm/mach-msm/smd.c | |
parent | f2633f8a53e3e7cbc488e87a9473c040ea3e76ff (diff) | |
download | op-kernel-dev-a46ca32ca0ea801fb835794bb069e9449060bbae.zip op-kernel-dev-a46ca32ca0ea801fb835794bb069e9449060bbae.tar.gz |
ARM: mach-msm: 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/arm/mach-msm/smd.c')
-rw-r--r-- | arch/arm/mach-msm/smd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/smd.c b/arch/arm/mach-msm/smd.c index b1588a1..7550f5a 100644 --- a/arch/arm/mach-msm/smd.c +++ b/arch/arm/mach-msm/smd.c @@ -1019,7 +1019,6 @@ static struct platform_driver msm_smd_driver = { .probe = msm_smd_probe, .driver = { .name = MODULE_NAME, - .owner = THIS_MODULE, }, }; |