diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-01-06 10:21:20 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-01-06 17:43:56 +0000 |
commit | 7491831f4f034e2d76326518145da9525dd90932 (patch) | |
tree | 7a4f7f06621bfe2f2e64b1cbf0fa22e4e4e8e9d2 /sound/soc/atmel/sam9g20_wm8731.c | |
parent | 97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff) | |
download | talos-op-linux-7491831f4f034e2d76326518145da9525dd90932.tar.gz talos-op-linux-7491831f4f034e2d76326518145da9525dd90932.zip |
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>
Diffstat (limited to 'sound/soc/atmel/sam9g20_wm8731.c')
-rw-r--r-- | sound/soc/atmel/sam9g20_wm8731.c | 1 |
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" |