clk: Remove .owner field for driver
There is no need to init .owner field. Based on the patch from Peter Griffin <peter.griffin@linaro.org> "mmc: remove .owner field for drivers using module_platform_driver" This patch removes the superflous .owner field for drivers which use the module_platform_driver API, as this is overriden in platform_driver_register anyway." Signed-off-by: Kiran Padwal <kiran.padwal@smartplayin.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Šī revīzija ir iekļauta:

revīziju iesūtīja
Mike Turquette

vecāks
fa531042ac
revīzija
59c0621d4d
@@ -73,7 +73,6 @@ MODULE_DEVICE_TABLE(platform, max77686_clk_id);
|
||||
static struct platform_driver max77686_clk_driver = {
|
||||
.driver = {
|
||||
.name = "max77686-clk",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = max77686_clk_probe,
|
||||
.remove = max77686_clk_remove,
|
||||
|
Atsaukties uz šo jaunā problēmā
Block a user