From: Heiko Stübner Date: Thu, 11 Apr 2013 19:02:43 +0000 (+0200) Subject: ASoC: samsung: fix neo1973-wm8753 compilation X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=32873b595371acec3a7c5cd225e266d8426e087f;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ASoC: samsung: fix neo1973-wm8753 compilation Commit b2ca78717cea (ARM: S3C24XX: make gta02.h local) already replaced the GTA02_GPIO_* constants in neo1973-wm8753.c but forgot to remove the inclusion of mach/gta02.h before moving the file out of mach/. Signed-off-by: Heiko Stuebner Signed-off-by: Mark Brown --- diff --git a/sound/soc/samsung/neo1973_wm8753.c b/sound/soc/samsung/neo1973_wm8753.c index ccc601d5a3fb..e591c386917a 100644 --- a/sound/soc/samsung/neo1973_wm8753.c +++ b/sound/soc/samsung/neo1973_wm8753.c @@ -22,7 +22,6 @@ #include #include "regs-iis.h" -#include #include "../codecs/wm8753.h" #include "s3c24xx-i2s.h"