From: Peter Ujfalusi Date: Mon, 2 Feb 2015 12:49:41 +0000 (+0200) Subject: ASoC: davinci-evm: Do not include edma headers X-Git-Tag: firefly_0821_release~176^2~2367^2~13^2~8^4~3 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2f91ab86ec2500590c9dcfcc7f089d3255d72404;p=firefly-linux-kernel-4.4.55.git ASoC: davinci-evm: Do not include edma headers The machine driver has no business with the underlying dma. Signed-off-by: Peter Ujfalusi Signed-off-by: Mark Brown --- 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 #include #include -#include #include #include #include @@ -25,8 +24,6 @@ #include #include -#include - #include "davinci-pcm.h" #include "davinci-i2s.h"