diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-04-14 10:51:15 +0200 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-05-07 18:27:20 +0200 |
commit | 15fb63a08b1ed2d925bab4c3aa8934003ed6b7cb (patch) | |
tree | db12506f2bd261e86ed912f8f3334e5d8c043f36 /sound/soc/atmel/sam9g20_wm8731.c | |
parent | 89ca3b881987f5a4be4c5dbaa7f0df12bbdde2fd (diff) | |
download | talos-obmc-linux-15fb63a08b1ed2d925bab4c3aa8934003ed6b7cb.tar.gz talos-obmc-linux-15fb63a08b1ed2d925bab4c3aa8934003ed6b7cb.zip |
ASoC: sam9g20_wm8731: remove useless mach/gpio.h
This include file is about to disapear. In addition it is
useless for this code. So it is time to remove it.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Mark Brown <broonie@linaro.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 174bd546c08b..bb1149126c54 100644 --- a/sound/soc/atmel/sam9g20_wm8731.c +++ b/sound/soc/atmel/sam9g20_wm8731.c @@ -48,7 +48,6 @@ #include <asm/mach-types.h> #include <mach/hardware.h> -#include <mach/gpio.h> #include "../codecs/wm8731.h" #include "atmel-pcm.h" |