1
0
Fork 0

cpufreq: drop owner assignment from platform_drivers

This 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>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
hifive-unleashed-5.1
Wolfram Sang 2014-12-21 22:14:26 +01:00 committed by Rafael J. Wysocki
parent ec6f34e5b5
commit a6a919b6ae
1 changed files with 0 additions and 1 deletions

View File

@ -210,7 +210,6 @@ out:
static struct platform_driver ls1x_cpufreq_platdrv = {
.driver = {
.name = "ls1x-cpufreq",
.owner = THIS_MODULE,
},
.probe = ls1x_cpufreq_probe,
.remove = ls1x_cpufreq_remove,