Re: [PATCH][pinctrl-next] pinctrl/amd: make functions amd_gpio_suspend and amd_gpio_resume static
From: Daniel Drake <hidden>
Date: 2017-09-13 23:33:37
Also in:
kernel-janitors, lkml
From: Daniel Drake <hidden>
Date: 2017-09-13 23:33:37
Also in:
kernel-janitors, lkml
On Thu, Sep 14, 2017 at 12:15 AM, Colin King [off-list ref] wrote:
From: Colin Ian King <redacted> The functions amd_gpio_suspend and amd_gpio_resume are local to the source and do not need to be in global scope, so make them static. Cleans up sparse warnings: symbol 'amd_gpio_suspend' was not declared. Should it be static? symbol 'amd_gpio_resume' was not declared. Should it be static? Signed-off-by: Colin Ian King <redacted>
Reviewed-by: Daniel Drake <redacted>