mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
ASoC: mediatek: mt8186: set variable aud_pinctrl to static
smatch reports sound/soc/mediatek/mt8186/mt8186-afe-gpio.c:14:16: warning: symbol 'aud_pinctrl' was not declared. Should it be static? This variable is only used in one file so should be static. Signed-off-by: Tom Rix <trix@redhat.com> Link: https://lore.kernel.org/r/20230407115553.1968111-1-trix@redhat.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
ef736f3054
commit
672029caa5
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
#include "mt8186-afe-common.h"
|
||||
#include "mt8186-afe-gpio.h"
|
||||
|
||||
struct pinctrl *aud_pinctrl;
|
||||
static struct pinctrl *aud_pinctrl;
|
||||
|
||||
enum mt8186_afe_gpio {
|
||||
MT8186_AFE_GPIO_CLK_MOSI_OFF,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue