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/max98095.c | |
parent | 679acec1f240b433dc3879714655b6c6452385ea (diff) | |
download | talos-op-linux-997c2ea916edb516f23d6e1848cd1f4a10e62740.tar.gz talos-op-linux-997c2ea916edb516f23d6e1848cd1f4a10e62740.zip |
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/max98095.c')
-rw-r--r-- | sound/soc/codecs/max98095.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/max98095.c b/sound/soc/codecs/max98095.c index cc712d59ab64..01f4ad725149 100644 --- a/sound/soc/codecs/max98095.c +++ b/sound/soc/codecs/max98095.c @@ -15,7 +15,6 @@ #include <linux/delay.h> #include <linux/pm.h> #include <linux/i2c.h> -#include <linux/platform_device.h> #include <sound/core.h> #include <sound/pcm.h> #include <sound/pcm_params.h> |