aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorHelen Koike <helen.koike@collabora.co.uk>2016-06-20 16:29:26 -0300
committerJiri Kosina <jkosina@suse.cz>2016-06-21 13:35:35 +0200
commitaecf4e9bafa586bcc11d00e831ca1ddd00f6c6a7 (patch)
tree72ac4572f26ee2bfe5ae721eeeb64eafdd0b6f9a /sound
parentdw2102: don't output spurious blank lines to the kernel log (diff)
downloadlinux-dev-aecf4e9bafa586bcc11d00e831ca1ddd00f6c6a7.tar.xz
linux-dev-aecf4e9bafa586bcc11d00e831ca1ddd00f6c6a7.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: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'sound')
-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