diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-27 12:14:37 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-27 12:24:48 +0000 |
commit | 997c2ea916edb516f23d6e1848cd1f4a10e62740 (patch) | |
tree | e58965d3e5aed2f6d530f4da978853ee672707a4 /sound/soc/codecs/wm8961.c | |
parent | 679acec1f240b433dc3879714655b6c6452385ea (diff) | |
download | op-kernel-dev-997c2ea916edb516f23d6e1848cd1f4a10e62740.zip op-kernel-dev-997c2ea916edb516f23d6e1848cd1f4a10e62740.tar.gz |
ASoC: Remove unneeded platform_device.h inclusions from CODECs
They've not been needed for a long time if they were ever required.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8961.c')
-rw-r--r-- | sound/soc/codecs/wm8961.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8961.c b/sound/soc/codecs/wm8961.c index 783a3d1..c058701 100644 --- a/sound/soc/codecs/wm8961.c +++ b/sound/soc/codecs/wm8961.c @@ -17,7 +17,6 @@ #include <linux/delay.h> #include <linux/pm.h> #include <linux/i2c.h> -#include <linux/platform_device.h> #include <linux/slab.h> #include <sound/core.h> #include <sound/pcm.h> |