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/wm8900.c | |
parent | 679acec1f240b433dc3879714655b6c6452385ea (diff) | |
download | linux-997c2ea916edb516f23d6e1848cd1f4a10e62740.tar.bz2 |
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/wm8900.c')
-rw-r--r-- | sound/soc/codecs/wm8900.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8900.c b/sound/soc/codecs/wm8900.c index a430930cc09f..6ac80cf80b31 100644 --- a/sound/soc/codecs/wm8900.c +++ b/sound/soc/codecs/wm8900.c @@ -24,7 +24,6 @@ #include <linux/pm.h> #include <linux/i2c.h> #include <linux/spi/spi.h> -#include <linux/platform_device.h> #include <linux/slab.h> #include <sound/core.h> #include <sound/pcm.h> |