1
0
Fork 0

pinctrl: fsl: Make pinctrl_ipc_handle static

Fix sparse warning:

drivers/pinctrl/freescale/pinctrl-scu.c:38:19: warning:
 symbol 'pinctrl_ipc_handle' was not declared. Should it be static?

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
hifive-unleashed-5.2
YueHaibing 2019-03-20 22:14:25 +08:00 committed by Linus Walleij
parent 0548448b71
commit d1ff8d0716
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ struct imx_sc_msg_resp_pad_get {
u32 val;
} __packed;
struct imx_sc_ipc *pinctrl_ipc_handle;
static struct imx_sc_ipc *pinctrl_ipc_handle;
int imx_pinctrl_sc_ipc_init(struct platform_device *pdev)
{