On 02/22, Jiancheng Xue wrote: > Change some arguments to constant type. > Export some hisilicon APIs to modules. > > Signed-off-by: Jiancheng Xue <xuejiancheng@xxxxxxxxxx> > --- > drivers/clk/hisilicon/clk.c | 23 +++++++++++++++-------- > drivers/clk/hisilicon/clk.h | 14 +++++++------- > 2 files changed, 22 insertions(+), 15 deletions(-) > > diff --git a/drivers/clk/hisilicon/clk.c b/drivers/clk/hisilicon/clk.c > index 9f8e766..06ec3fe 100644 > --- a/drivers/clk/hisilicon/clk.c > +++ b/drivers/clk/hisilicon/clk.c > @@ -37,7 +37,7 @@ > > static DEFINE_SPINLOCK(hisi_clk_lock); > > -struct hisi_clock_data __init *hisi_clk_init(struct device_node *np, > +struct hisi_clock_data *hisi_clk_init(struct device_node *np, > int nr_clks) > { > struct hisi_clock_data *clk_data; > @@ -71,8 +71,9 @@ err_data: > err: > return NULL; > } > +EXPORT_SYMBOL(hisi_clk_init); Why not EXPORT_SYMBOL_GPL? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html