[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <163021049667.2676726.10138202396240942833@swboyd.mtv.corp.google.com>
Date: Sat, 28 Aug 2021 21:14:56 -0700
From: Stephen Boyd <sboyd@...nel.org>
To: Matthias Brugger <matthias.bgg@...il.com>,
Michael Turquette <mturquette@...libre.com>,
Miles Chen <miles.chen@...iatek.com>
Cc: Wendell Lin <wendell.lin@...iatek.com>,
Hanks Chen <hanks.chen@...iatek.com>,
linux-clk@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org, wsd_upstream@...iatek.com,
Miles Chen <miles.chen@...iatek.com>,
Lee Jones <lee.jones@...aro.org>
Subject: Re: [RESEND PATCH 3/4] clk: mediatek: support COMMON_CLK_MT6779 module build
Quoting Miles Chen (2021-08-12 20:24:28)
> diff --git a/drivers/clk/mediatek/clk-mt6779-aud.c b/drivers/clk/mediatek/clk-mt6779-aud.c
> index 11b209f95e25..439c0bc94b73 100644
> --- a/drivers/clk/mediatek/clk-mt6779-aud.c
> +++ b/drivers/clk/mediatek/clk-mt6779-aud.c
> @@ -4,6 +4,7 @@
> * Author: Wendell Lin <wendell.lin@...iatek.com>
> */
>
> +#include <linux/module.h>
> #include <linux/clk-provider.h>
> #include <linux/of.h>
> #include <linux/of_address.h>
> @@ -115,3 +116,4 @@ static struct platform_driver clk_mt6779_aud_drv = {
> };
>
> builtin_platform_driver(clk_mt6779_aud_drv);
> +MODULE_LICENSE("GPL");
How does this work? builtin_platform_driver() means that it's not
modular code. Shouldn't that be module_platform_driver()? Have you tried
loading and unloading the module?
Powered by blists - more mailing lists