Re: [PATCH V3 10/10] clk: imx8qxp: Support module build
From: Arnd Bergmann <arnd@arndb.de>
Date: 2020-06-29 21:08:34
Also in:
linux-clk, lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2020-06-29 21:08:34
Also in:
linux-clk, lkml
On Mon, Jun 29, 2020 at 8:06 AM Anson Huang [off-list ref] wrote:
Support building i.MX8QXP clock driver as module. Signed-off-by: Anson Huang <redacted>
I would just combine the per-soc patches into one, as they all have the same changelog text.
diff --git a/drivers/clk/imx/clk-imx8qxp-lpcg.c b/drivers/clk/imx/clk-imx8qxp-lpcg.c index 04c8ee3..8afaefc 100644 --- a/drivers/clk/imx/clk-imx8qxp-lpcg.c +++ b/drivers/clk/imx/clk-imx8qxp-lpcg.c@@ -232,3 +232,4 @@ static struct platform_driver imx8qxp_lpcg_clk_driver = { }; builtin_platform_driver(imx8qxp_lpcg_clk_driver); +MODULE_LICENSE("GPL v2");
Same thing here: please try to make it possible to unload these drivers,
and add MODULE_AUTHOR/MODULE_DESCRIPTION tags in addition
to MODULE_LICENSE.
Arnd
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel