summaryrefslogtreecommitdiff
path: root/sound/soc
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2015-02-02 15:49:41 +0300
committerMark Brown <broonie@kernel.org>2015-02-02 21:26:15 +0300
commit2f91ab86ec2500590c9dcfcc7f089d3255d72404 (patch)
tree2983549fdda5751084de8de8ed888ef068f267e2 /sound/soc
parentf9a7ba326938f03b9305af8d31c360fce10cd4df (diff)
downloadlinux-2f91ab86ec2500590c9dcfcc7f089d3255d72404.tar.xz
ASoC: davinci-evm: Do not include edma headers
The machine driver has no business with the underlying dma. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/davinci/davinci-evm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/davinci/davinci-evm.c b/sound/soc/davinci/davinci-evm.c
index 158cb3d1db70..d1a8b6e3ac3b 100644
--- a/sound/soc/davinci/davinci-evm.c
+++ b/sound/soc/davinci/davinci-evm.c
@@ -14,7 +14,6 @@
#include <linux/timer.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
-#include <linux/platform_data/edma.h>
#include <linux/i2c.h>
#include <linux/of_platform.h>
#include <linux/clk.h>
@@ -25,8 +24,6 @@
#include <asm/dma.h>
#include <asm/mach-types.h>
-#include <linux/edma.h>
-
#include "davinci-pcm.h"
#include "davinci-i2s.h"