Browse Source

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>
Helen Koike 9 years ago
parent
commit
aecf4e9baf
1 changed files with 0 additions and 2 deletions
  1. 0 2
      sound/soc/codecs/max9877.h

+ 0 - 2
sound/soc/codecs/max9877.h

@@ -32,6 +32,4 @@
 #define MAX9877_BYPASS			(1 << 6)
 #define MAX9877_BYPASS			(1 << 6)
 #define MAX9877_SHDN			(1 << 7)
 #define MAX9877_SHDN			(1 << 7)
 
 
-extern int max9877_add_controls(struct snd_soc_codec *codec);
-
 #endif
 #endif