cpufreq: drop owner assignment from platform_drivers
A 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>
This commit is contained in:
@@ -236,7 +236,6 @@ out_put_node:
|
||||
static struct platform_driver spear_cpufreq_platdrv = {
|
||||
.driver = {
|
||||
.name = "spear-cpufreq",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = spear_cpufreq_probe,
|
||||
};
|
||||
|
Reference in New Issue
Block a user