summaryrefslogtreecommitdiff
path: root/drivers/cpuidle/cpuidle-at91.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:24 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:24 +0200
commitc6ec883212a9f7a341c16dc141e41c40b2b2c238 (patch)
tree37af9f86a65d913cf69af61f49db2c17ad5a9ae4 /drivers/cpuidle/cpuidle-at91.c
parent30f51f248c1d0987733353b64adae26b23165908 (diff)
cpuidle: 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/cpuidle/cpuidle-at91.c')
-rw-r--r--drivers/cpuidle/cpuidle-at91.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpuidle/cpuidle-at91.c b/drivers/cpuidle/cpuidle-at91.c
index a0774370c6bc..f63a7d41f4f3 100644
--- a/drivers/cpuidle/cpuidle-at91.c
+++ b/drivers/cpuidle/cpuidle-at91.c
@@ -61,7 +61,6 @@ static int at91_cpuidle_probe(struct platform_device *dev)
static struct platform_driver at91_cpuidle_driver = {
.driver = {
.name = "cpuidle-at91",
- .owner = THIS_MODULE,
},
.probe = at91_cpuidle_probe,
};