diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:20:24 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:20:24 -0400 |
commit | c6ec883212a9f7a341c16dc141e41c40b2b2c238 (patch) | |
tree | 37af9f86a65d913cf69af61f49db2c17ad5a9ae4 /drivers/cpuidle/cpuidle-ux500.c | |
parent | 30f51f248c1d0987733353b64adae26b23165908 (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-ux500.c')
-rw-r--r-- | drivers/cpuidle/cpuidle-ux500.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpuidle/cpuidle-ux500.c b/drivers/cpuidle/cpuidle-ux500.c index 5e35804b1a95..56fb729dac64 100644 --- a/drivers/cpuidle/cpuidle-ux500.c +++ b/drivers/cpuidle/cpuidle-ux500.c | |||
@@ -123,7 +123,6 @@ static int dbx500_cpuidle_probe(struct platform_device *pdev) | |||
123 | static struct platform_driver dbx500_cpuidle_plat_driver = { | 123 | static struct platform_driver dbx500_cpuidle_plat_driver = { |
124 | .driver = { | 124 | .driver = { |
125 | .name = "cpuidle-dbx500", | 125 | .name = "cpuidle-dbx500", |
126 | .owner = THIS_MODULE, | ||
127 | }, | 126 | }, |
128 | .probe = dbx500_cpuidle_probe, | 127 | .probe = dbx500_cpuidle_probe, |
129 | }; | 128 | }; |