aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8994_samsung.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-10-20 12:05:05 -0700
committerArve Hjønnevåg <arve@android.com>2011-11-17 17:51:18 -0800
commit898558138edd244b44f74146dbb9d64695ad8f3b (patch)
treeb3e4563d118991a411ba17b55ed39ccaaecc2a92 /sound/soc/codecs/wm8994_samsung.h
parent83770db8f54dd13e1c7bdb441cdd20e49849281a (diff)
downloadkernel_samsung_crespo-898558138edd244b44f74146dbb9d64695ad8f3b.zip
kernel_samsung_crespo-898558138edd244b44f74146dbb9d64695ad8f3b.tar.gz
kernel_samsung_crespo-898558138edd244b44f74146dbb9d64695ad8f3b.tar.bz2
ASoC: wm8994_read() isn't inline
Kills reams of warnings (one per use) with sparse. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8994_samsung.h')
-rwxr-xr-xsound/soc/codecs/wm8994_samsung.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8994_samsung.h b/sound/soc/codecs/wm8994_samsung.h
index a42ec56..fa0c4a8 100755
--- a/sound/soc/codecs/wm8994_samsung.h
+++ b/sound/soc/codecs/wm8994_samsung.h
@@ -143,7 +143,7 @@ struct gain_info_t {
__func__, __LINE__, ## __VA_ARGS__);
/* Definitions of function prototype. */
-inline unsigned int wm8994_read(struct snd_soc_codec *codec, unsigned int reg);
+unsigned int wm8994_read(struct snd_soc_codec *codec, unsigned int reg);
int wm8994_write(struct snd_soc_codec *codec,
unsigned int reg, unsigned int value);
int wm8994_configure_clock(struct snd_soc_codec *codec, int en);