aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rwxr-xr-xsound/soc/codecs/wm8994_samsung.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8994_samsung.c b/sound/soc/codecs/wm8994_samsung.c
index 3b96452..adfb009 100755
--- a/sound/soc/codecs/wm8994_samsung.c
+++ b/sound/soc/codecs/wm8994_samsung.c
@@ -189,7 +189,7 @@ int wm8994_write(struct snd_soc_codec *codec, unsigned int reg,
}
}
-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)
{
return wm8994_read_hw(codec, reg);
}