diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:06 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:06 +0200 |
commit | 666672065a5a277f9d975327e0631afa9f892d1a (patch) | |
tree | 0d188839d2229a2e4879645a320cc0a92629053f /arch | |
parent | fb33e224768876b0b58b9e3e18f3d28ac49c8c57 (diff) | |
download | linux-666672065a5a277f9d975327e0631afa9f892d1a.tar.bz2 |
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')
-rw-r--r-- | arch/arm/mach-sa1100/neponset.c | 1 |
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, }, }; |