Skip to content

Commit

Permalink
cpufreq: drop owner assignment from platform_drivers
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wolfram Sang authored and Rafael J. Wysocki committed Jan 23, 2015
1 parent ec6f34e commit a6a919b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/cpufreq/ls1x-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ static int ls1x_cpufreq_probe(struct platform_device *pdev)
static struct platform_driver ls1x_cpufreq_platdrv = {
.driver = {
.name = "ls1x-cpufreq",
.owner = THIS_MODULE,
},
.probe = ls1x_cpufreq_probe,
.remove = ls1x_cpufreq_remove,
Expand Down

0 comments on commit a6a919b

Please sign in to comment.