]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: hdac_hdmi: remove unused hdac_hdmi_query_pin_connlist
authorArnd Bergmann <arnd@arndb.de>
Mon, 11 Jan 2016 12:09:55 +0000 (13:09 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 11 Jan 2016 13:04:52 +0000 (13:04 +0000)
commitfe09dd8eb2310ec658f49a5431df2259f11cbe9e
tree43c1deaa6e855d75dcd472fa282490ac46695013
parent3637976b8975afb0a55a1fc88a2c320a2839a9da
ASoC: hdac_hdmi: remove unused hdac_hdmi_query_pin_connlist

A recent rework removed the only user of the hdac_hdmi_query_pin_connlist
function, so we now get a warning when building the hdac_hdmi driver:

hdac_hdmi.c:313:12: warning: 'hdac_hdmi_query_pin_connlist' defined but not used [-Wunused-function]

This removes the function, which makes the file build cleanly again.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 15b914476bf2 ("ASoC: hdac_hdmi: Use list to add pins and converters")
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/hdac_hdmi.c