diff options
author | Eric Millbrandt | 2012-09-13 17:43:13 -0400 |
---|---|---|
committer | Mark Brown | 2012-09-18 23:04:08 -0400 |
commit | 22bab8ceda6ea2885c6315d07c37b4ef69aefb0c (patch) | |
tree | b2e4c16c8f1d22f51bd29fa4d7af2829bea3b467 /sound/soc | |
parent | a4f7b70dc73d611680a485150f2b11bcf23a2d01 (diff) |
ASoC: fsl: cleanup headers in pcm030-audio-fabric
Remove unreferenced header files.
Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/fsl/pcm030-audio-fabric.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sound/soc/fsl/pcm030-audio-fabric.c b/sound/soc/fsl/pcm030-audio-fabric.c index b3af55dcde9d..1353e8fecd7b 100644 --- a/sound/soc/fsl/pcm030-audio-fabric.c +++ b/sound/soc/fsl/pcm030-audio-fabric.c @@ -12,22 +12,13 @@ #include <linux/init.h> #include <linux/module.h> -#include <linux/interrupt.h> #include <linux/device.h> -#include <linux/delay.h> #include <linux/of_device.h> #include <linux/of_platform.h> -#include <linux/dma-mapping.h> -#include <sound/core.h> -#include <sound/pcm.h> -#include <sound/pcm_params.h> -#include <sound/initval.h> #include <sound/soc.h> #include "mpc5200_dma.h" -#include "mpc5200_psc_ac97.h" -#include "../codecs/wm9712.h" #define DRV_NAME "pcm030-audio-fabric" |