aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/cpuidle-ux500.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/cpuidle/cpuidle-ux500.c')
-rw-r--r--drivers/cpuidle/cpuidle-ux500.c1
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)
123static struct platform_driver dbx500_cpuidle_plat_driver = { 123static 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};