projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9a7ba3
)
ASoC: davinci-evm: Do not include edma headers
author
Peter Ujfalusi
<
[email protected]
>
Mon, 2 Feb 2015 12:49:41 +0000
(14:49 +0200)
committer
Mark Brown
<
[email protected]
>
Mon, 2 Feb 2015 18:26:15 +0000
(18:26 +0000)
The machine driver has no business with the underlying dma.
Signed-off-by: Peter Ujfalusi <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/davinci/davinci-evm.c
patch
|
blob
|
history
diff --git
a/sound/soc/davinci/davinci-evm.c
b/sound/soc/davinci/davinci-evm.c
index 158cb3d1db70c91fce6853e38a99c89dc63d6a95..d1a8b6e3ac3bdd8d17b0d1efe2afdf111f33051d 100644
(file)
--- 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"