aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwspinlock/u8500_hsem.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:37 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:37 +0200
commita7629c70d0ffd5ea12e681f0dd168d03ff3b60ec (patch)
tree5e3e4ad400d9d54d37d365a3fc54560bc6ae816c /drivers/hwspinlock/u8500_hsem.c
parenthwmon: drop owner assignment from platform_drivers (diff)
downloadlinux-dev-a7629c70d0ffd5ea12e681f0dd168d03ff3b60ec.tar.xz
linux-dev-a7629c70d0ffd5ea12e681f0dd168d03ff3b60ec.zip
hwspinlock: 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 'drivers/hwspinlock/u8500_hsem.c')
-rw-r--r--drivers/hwspinlock/u8500_hsem.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwspinlock/u8500_hsem.c b/drivers/hwspinlock/u8500_hsem.c
index 401c33bcdb45..e93eabbd660f 100644
--- a/drivers/hwspinlock/u8500_hsem.c
+++ b/drivers/hwspinlock/u8500_hsem.c
@@ -175,7 +175,6 @@ static struct platform_driver u8500_hsem_driver = {
.remove = u8500_hsem_remove,
.driver = {
.name = "u8500_hsem",
- .owner = THIS_MODULE,
},
};