diff options
author | Mark Brown | 2012-06-27 15:59:20 +0200 |
---|---|---|
committer | Mark Brown | 2012-06-27 16:02:40 +0200 |
commit | 3dba1c265268950b1ddd22e53ea823c1cb57b684 (patch) | |
tree | 872f15ff88f16cc50167ca7d7c42c458cc09e8ac /sound/soc | |
parent | ASoC: dwc: Bodge around continuing absence of clock API stubs (diff) | |
download | kernel-qcow2-linux-3dba1c265268950b1ddd22e53ea823c1cb57b684.tar.gz kernel-qcow2-linux-3dba1c265268950b1ddd22e53ea823c1cb57b684.tar.xz kernel-qcow2-linux-3dba1c265268950b1ddd22e53ea823c1cb57b684.zip |
ASoC: wm5102: Remove unused platform data header
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/wm5102.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm5102.c b/sound/soc/codecs/wm5102.c index 9b9ea7fd0d7d..e76c41e1f847 100644 --- a/sound/soc/codecs/wm5102.c +++ b/sound/soc/codecs/wm5102.c @@ -25,7 +25,6 @@ #include <sound/jack.h> #include <sound/initval.h> #include <sound/tlv.h> -#include <sound/wm5102.h> #include <linux/mfd/arizona/core.h> #include <linux/mfd/arizona/registers.h> |