From patchwork Thu Apr 11 19:02:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heiko Stuebner X-Patchwork-Id: 2430101 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 843083FD40 for ; Thu, 11 Apr 2013 19:02:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752142Ab3DKTCx (ORCPT ); Thu, 11 Apr 2013 15:02:53 -0400 Received: from gloria.sntech.de ([95.129.55.99]:60921 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751711Ab3DKTCx (ORCPT ); Thu, 11 Apr 2013 15:02:53 -0400 Received: from 146-52-52-35-dynip.superkabel.de ([146.52.52.35] helo=marty.localnet) by gloria.sntech.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1UQMli-0006O0-3H; Thu, 11 Apr 2013 21:02:46 +0200 From: Heiko =?iso-8859-15?q?St=FCbner?= To: Mark Brown Subject: [PATCH] ASoC: samsung: fix neo1973-wm8753 compilation Date: Thu, 11 Apr 2013 21:02:43 +0200 User-Agent: KMail/1.13.7 (Linux/3.2.0-3-686-pae; KDE/4.8.4; i686; ; ) Cc: Arnd Bergmann , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Kukjin Kim , linux-samsung-soc@vger.kernel.org, alsa-devel@alsa-project.org, Liam Girdwood References: <1365638712-1028578-1-git-send-email-arnd@arndb.de> <201304111908.42532.arnd@arndb.de> <20130411171938.GS9243@opensource.wolfsonmicro.com> In-Reply-To: <20130411171938.GS9243@opensource.wolfsonmicro.com> MIME-Version: 1.0 Message-Id: <201304112102.43896.heiko@sntech.de> Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org 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 --- sound/soc/samsung/neo1973_wm8753.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/sound/soc/samsung/neo1973_wm8753.c b/sound/soc/samsung/neo1973_wm8753.c index a301d8c..68675dd 100644 --- a/sound/soc/samsung/neo1973_wm8753.c +++ b/sound/soc/samsung/neo1973_wm8753.c @@ -22,7 +22,6 @@ #include #include -#include #include "../codecs/wm8753.h" #include "s3c24xx-i2s.h"