aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:06 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:06 +0200
commit666672065a5a277f9d975327e0631afa9f892d1a (patch)
tree0d188839d2229a2e4879645a320cc0a92629053f /arch/arm
parentfb33e224768876b0b58b9e3e18f3d28ac49c8c57 (diff)
ARM: mach-sa1100: 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')
-rw-r--r--arch/arm/mach-sa1100/neponset.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-sa1100/neponset.c b/arch/arm/mach-sa1100/neponset.c
index 400f80332046..169262e3040d 100644
--- a/arch/arm/mach-sa1100/neponset.c
+++ b/arch/arm/mach-sa1100/neponset.c
@@ -423,7 +423,6 @@ static struct platform_driver neponset_device_driver = {
.remove = neponset_remove,
.driver = {
.name = "neponset",
- .owner = THIS_MODULE,
.pm = PM_OPS,
},
};