diff options
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 292e65a90308..66f81e410f0d 100644 --- a/drivers/cpuidle/cpuidle-ux500.c +++ b/drivers/cpuidle/cpuidle-ux500.c | |||
@@ -122,7 +122,6 @@ static int dbx500_cpuidle_probe(struct platform_device *pdev) | |||
122 | static struct platform_driver dbx500_cpuidle_plat_driver = { | 122 | static struct platform_driver dbx500_cpuidle_plat_driver = { |
123 | .driver = { | 123 | .driver = { |
124 | .name = "cpuidle-dbx500", | 124 | .name = "cpuidle-dbx500", |
125 | .owner = THIS_MODULE, | ||
126 | }, | 125 | }, |
127 | .probe = dbx500_cpuidle_probe, | 126 | .probe = dbx500_cpuidle_probe, |
128 | }; | 127 | }; |