aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorHelen Koike <helen.koike@collabora.co.uk>2016-06-20 16:29:26 -0300
committerMark Brown <broonie@kernel.org>2016-06-22 16:12:26 +0100
commit49220e9b454e60774c4e65a2c7ad624fb22c9180 (patch)
tree07679604171971ed5b8ad83c1ed5a133cfacb24b /sound/soc
parentLinux 4.7-rc1 (diff)
downloadlinux-dev-49220e9b454e60774c4e65a2c7ad624fb22c9180.tar.xz
linux-dev-49220e9b454e60774c4e65a2c7ad624fb22c9180.zip
ASoC: max9877: Remove unused function declaration
Remove unused function declaration from header Signed-off-by: Helen Koike <helen.koike@collabora.co.uk> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/codecs/max9877.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/max9877.h b/sound/soc/codecs/max9877.h
index 6da72290ac58..368343f29dd0 100644
--- a/sound/soc/codecs/max9877.h
+++ b/sound/soc/codecs/max9877.h
@@ -32,6 +32,4 @@
#define MAX9877_BYPASS (1 << 6)
#define MAX9877_SHDN (1 << 7)
-extern int max9877_add_controls(struct snd_soc_codec *codec);
-
#endif