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

Commit 7cf2f861 authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Greg Kroah-Hartman
Browse files

usb: chipidea: core: Add missing module owner field

parent 90893b90
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -735,6 +735,7 @@ static struct platform_driver ci_hdrc_driver = {
	.remove	= ci_hdrc_remove,
	.driver	= {
		.name	= "ci_hdrc",
		.owner	= THIS_MODULE,
	},
};