Re: [PATCH v1] clk: Export __clk_lookup()

2020-07-22 Thread elaine.zhang
在 2020/7/23 上午2:26, Heiko Stuebner 写道: Hi Elaine, Am Mittwoch, 22. Juli 2020, 04:32:30 CEST schrieb Elaine Zhang: Export __clk_lookup() to support user built as module. ERROR: drivers/clk/rockchip/clk.ko: In function `rockchip_clk_protect_critical': drivers/clk/rockchip/clk.c:741: undefined

Re: [PATCH v1] clk: Export __clk_lookup()

2020-07-22 Thread elaine.zhang
在 2020/7/23 上午9:42, elaine.zhang 写道: 在 2020/7/23 上午8:51, Stephen Boyd 写道: Quoting Heiko Stuebner (2020-07-22 11:26:50) Hi Elaine, Am Mittwoch, 22. Juli 2020, 04:32:30 CEST schrieb Elaine Zhang: Export __clk_lookup() to support user built as module. ERROR: drivers/clk/rockchip/clk.ko: In

Re: [PATCH v1] clk: Export __clk_lookup()

2020-07-22 Thread elaine.zhang
在 2020/7/23 上午8:51, Stephen Boyd 写道: Quoting Heiko Stuebner (2020-07-22 11:26:50) Hi Elaine, Am Mittwoch, 22. Juli 2020, 04:32:30 CEST schrieb Elaine Zhang: Export __clk_lookup() to support user built as module. ERROR: drivers/clk/rockchip/clk.ko: In function

Re: [PATCH v1] clk: Export __clk_lookup()

2020-07-22 Thread Stephen Boyd
Quoting Heiko Stuebner (2020-07-22 11:26:50) > Hi Elaine, > > Am Mittwoch, 22. Juli 2020, 04:32:30 CEST schrieb Elaine Zhang: > > Export __clk_lookup() to support user built as module. > > > > ERROR: > > drivers/clk/rockchip/clk.ko: In function > > `rockchip_clk_protect_critical': > >

Re: [PATCH v1] clk: Export __clk_lookup()

2020-07-22 Thread Heiko Stuebner
Hi Elaine, Am Mittwoch, 22. Juli 2020, 04:32:30 CEST schrieb Elaine Zhang: > Export __clk_lookup() to support user built as module. > > ERROR: > drivers/clk/rockchip/clk.ko: In function > `rockchip_clk_protect_critical': > drivers/clk/rockchip/clk.c:741: > undefined reference to `__clk_lookup'

[PATCH v1] clk: Export __clk_lookup()

2020-07-21 Thread Elaine Zhang
Export __clk_lookup() to support user built as module. ERROR: drivers/clk/rockchip/clk.ko: In function `rockchip_clk_protect_critical': drivers/clk/rockchip/clk.c:741: undefined reference to `__clk_lookup' Signed-off-by: Elaine Zhang --- drivers/clk/clk.c | 1 + 1 file changed, 1 insertion(+)