Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 919edd51 authored by Wei Yongjun's avatar Wei Yongjun Committed by Wim Van Sebroeck
Browse files

watchdog: pic32-dmt: Remove .owner field for driver



Remove .owner field if calls are used which set it automatically.

Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci

Signed-off-by: default avatarWei Yongjun <yongjun_wei@trendmicro.com.cn>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent aa4614d1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -245,7 +245,6 @@ static struct platform_driver pic32_dmt_driver = {
	.remove		= pic32_dmt_remove,
	.driver		= {
		.name		= "pic32-dmt",
		.owner		= THIS_MODULE,
		.of_match_table = of_match_ptr(pic32_dmt_of_ids),
	}
};