Re: [PATCH] bus: imx-weim: remove __init from 2 functions

2019-09-11 Thread Shawn Guo
On Mon, Aug 26, 2019 at 12:58:28PM +0300, Ilie Halip wrote: > A previous commit removed __init from weim_probe(), but this attribute is > still present for other functions called from it. Thus, these warnings > are triggered: > WARNING: Section mismatch in reference from the function weim_probe

Re: [PATCH] bus: imx-weim: remove __init from 2 functions

2019-08-26 Thread Nathan Chancellor
On Mon, Aug 26, 2019 at 12:58:28PM +0300, Ilie Halip wrote: > A previous commit removed __init from weim_probe(), but this attribute is > still present for other functions called from it. Thus, these warnings > are triggered: > WARNING: Section mismatch in reference from the function weim_probe

[PATCH] bus: imx-weim: remove __init from 2 functions

2019-08-26 Thread Ilie Halip
A previous commit removed __init from weim_probe(), but this attribute is still present for other functions called from it. Thus, these warnings are triggered: WARNING: Section mismatch in reference from the function weim_probe() to the function .init.text:imx_weim_gpr_setup() WARNING: Sec