[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1417084891-17990-2-git-send-email-peter.ujfalusi@ti.com>
Date: Thu, 27 Nov 2014 12:41:29 +0200
From: Peter Ujfalusi <peter.ujfalusi@...com>
To: Mark Brown <broonie@...nel.org>, <linux@....linux.org.uk>,
<nsekhar@...com>, <arnd@...db.de>, <vinod.koul@...el.com>,
<khilman@...prootsystems.com>
CC: Liam Girdwood <lgirdwood@...il.com>, <alsa-devel@...a-project.org>,
<linux-kernel@...r.kernel.org>, <ulf.hansson@...aro.org>,
<chris@...ntf.net>, <linux-arm-kernel@...ts.infradead.org>,
<linux-mmc@...r.kernel.org>, <linux-spi@...r.kernel.org>,
<linux-omap@...r.kernel.org>, Tony Lindgren <tony@...mide.com>,
<dmaengine@...r.kernel.org>
Subject: [PATCH 1/3] 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@...com>
---
sound/soc/davinci/davinci-evm.c | 3 ---
1 file changed, 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"
--
2.1.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists