mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-16 17:23:55 +08:00
pwm: mediatek: Don't explicitly set .owner
drivers/pwm/pwm-mediatek.c:210:3-8: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci CC: John Crispin <john@phrozen.org> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
This commit is contained in:
parent
6db78b201b
commit
6db249db5e
@ -207,7 +207,6 @@ MODULE_DEVICE_TABLE(of, mtk_pwm_of_match);
|
||||
static struct platform_driver mtk_pwm_driver = {
|
||||
.driver = {
|
||||
.name = "mtk-pwm",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = mtk_pwm_of_match,
|
||||
},
|
||||
.probe = mtk_pwm_probe,
|
||||
|
Loading…
Reference in New Issue
Block a user