drm/i2c/tda998x: Make tda998x_audio_digital_mute static
authorSamuel Zou <zou_wei@huawei.com>
Thu, 7 May 2020 02:49:28 +0000 (10:49 +0800)
committerSam Ravnborg <sam@ravnborg.org>
Sat, 9 May 2020 21:06:07 +0000 (23:06 +0200)
commit7429e92386b2176bc5474626456a70e4e4b676ea
tree3022b89ffd9395276c002d399782b9436e79d06e
parent48834e6084f185776b0c567d6f9b8e0b099f4b19
drm/i2c/tda998x: Make tda998x_audio_digital_mute static

Fix the following sparse warning:

drivers/gpu/drm/i2c/tda998x_drv.c:1136:5: warning:
symbol 'tda998x_audio_digital_mute' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Samuel Zou <zou_wei@huawei.com>
Cc: Russell King <linux@armlinux.org.uk>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/1588819768-11818-1-git-send-email-zou_wei@huawei.com
drivers/gpu/drm/i2c/tda998x_drv.c