summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2015-01-06 10:21:20 +0100
committerMark Brown <broonie@kernel.org>2015-01-06 17:43:56 +0000
commit7491831f4f034e2d76326518145da9525dd90932 (patch)
tree7a4f7f06621bfe2f2e64b1cbf0fa22e4e4e8e9d2
parent97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff)
ASoC: atmel: sam9g20_wm8731: remove useless include
A mach/ header is included but never used. Simply remove it. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Bo Shen <voice.shen@atmel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/atmel/sam9g20_wm8731.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/atmel/sam9g20_wm8731.c b/sound/soc/atmel/sam9g20_wm8731.c
index 66b66d0e7514..531728975bbb 100644
--- a/sound/soc/atmel/sam9g20_wm8731.c
+++ b/sound/soc/atmel/sam9g20_wm8731.c
@@ -47,7 +47,6 @@
#include <sound/soc.h>
#include <asm/mach-types.h>
-#include <mach/hardware.h>
#include "../codecs/wm8731.h"
#include "atmel-pcm.h"