diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-27 16:14:37 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-27 16:24:48 +0400 |
commit | 997c2ea916edb516f23d6e1848cd1f4a10e62740 (patch) | |
tree | e58965d3e5aed2f6d530f4da978853ee672707a4 /sound/soc/codecs/wm8580.c | |
parent | 679acec1f240b433dc3879714655b6c6452385ea (diff) | |
download | linux-997c2ea916edb516f23d6e1848cd1f4a10e62740.tar.xz |
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/wm8580.c')
-rw-r--r-- | sound/soc/codecs/wm8580.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8580.c b/sound/soc/codecs/wm8580.c index 0aa3e4d138f4..764b2bf80a71 100644 --- a/sound/soc/codecs/wm8580.c +++ b/sound/soc/codecs/wm8580.c @@ -23,7 +23,6 @@ #include <linux/delay.h> #include <linux/pm.h> #include <linux/i2c.h> -#include <linux/platform_device.h> #include <linux/regulator/consumer.h> #include <linux/slab.h> #include <linux/of_device.h> |