We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d2f04 commit 0a41487Copy full SHA for 0a41487
drivers/pinctrl/pinctrl-rp1.c
@@ -1694,4 +1694,9 @@ static struct platform_driver rp1_pinctrl_driver = {
1694
.suppress_bind_attrs = true,
1695
},
1696
};
1697
-builtin_platform_driver(rp1_pinctrl_driver);
+module_platform_driver(rp1_pinctrl_driver);
1698
+
1699
+MODULE_AUTHOR("Phil Elwell <phil@raspberrypi.com>");
1700
+MODULE_AUTHOR("Andrea della Porta <andrea.porta@suse.com>");
1701
+MODULE_DESCRIPTION("RP1 pinctrl/gpio driver");
1702
+MODULE_LICENSE("GPL");
0 commit comments