提交 a6a919b6 编写于 作者: W Wolfram Sang 提交者: Rafael J. Wysocki

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: NWolfram Sang <wsa@the-dreams.de>
Acked-by: NViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 ec6f34e5
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册