diff options
Diffstat (limited to 'drivers/cpufreq/dbx500-cpufreq.c')
-rw-r--r-- | drivers/cpufreq/dbx500-cpufreq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpufreq/dbx500-cpufreq.c b/drivers/cpufreq/dbx500-cpufreq.c index 4bebc1b5db48..5c3ec1dd4921 100644 --- a/drivers/cpufreq/dbx500-cpufreq.c +++ b/drivers/cpufreq/dbx500-cpufreq.c | |||
@@ -69,7 +69,6 @@ static int dbx500_cpufreq_probe(struct platform_device *pdev) | |||
69 | static struct platform_driver dbx500_cpufreq_plat_driver = { | 69 | static struct platform_driver dbx500_cpufreq_plat_driver = { |
70 | .driver = { | 70 | .driver = { |
71 | .name = "cpufreq-ux500", | 71 | .name = "cpufreq-ux500", |
72 | .owner = THIS_MODULE, | ||
73 | }, | 72 | }, |
74 | .probe = dbx500_cpufreq_probe, | 73 | .probe = dbx500_cpufreq_probe, |
75 | }; | 74 | }; |