From patchwork Tue Dec 4 08:29:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Yongjun X-Patchwork-Id: 1836721 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 36B963FC71 for ; Tue, 4 Dec 2012 08:32:14 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TfnsY-00076S-Dn; Tue, 04 Dec 2012 08:29:22 +0000 Received: from mail-qc0-f177.google.com ([209.85.216.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TfnsT-000761-5d for linux-arm-kernel@lists.infradead.org; Tue, 04 Dec 2012 08:29:19 +0000 Received: by mail-qc0-f177.google.com with SMTP id u28so1955031qcs.36 for ; Tue, 04 Dec 2012 00:29:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=oIDvLg8M5jk6zOHT3Lg6uDkxKpOjjQXRHPfllCzKChg=; b=YL/2SERXa7EHHABd1Crt9MJeU1k/QP4+1gsZvd7w4j1nScDteesIAoz5BxFMvPRseS yDDdWQ+RSclyd2J+THrIJfO2ni1l6XXsW5E8cjgw+8Ol5w62ERy3jnRLDlz3kNWxfC4f +2xcGqisoFsEF2nX5duZGPhgX56PBLbS9EcUVhiwb95O0Lyyu/kZ6TMLPRKqdvOPm9X6 AfXK54t40XE0shiFb5qoCE650lYK11iDa3yoagAktEpVOROVvVQd3I6CRPYr8QAxIbu4 ruNWBU9HnLj7ARjna5aishYBQt5RxBXDnsidUiOrwCtxvxuvAlFav6YXFQHTxJHJ8u+9 bmCA== MIME-Version: 1.0 Received: by 10.49.118.38 with SMTP id kj6mr23889336qeb.53.1354609754272; Tue, 04 Dec 2012 00:29:14 -0800 (PST) Received: by 10.229.126.165 with HTTP; Tue, 4 Dec 2012 00:29:14 -0800 (PST) Date: Tue, 4 Dec 2012 03:29:14 -0500 Message-ID: Subject: [PATCH -next] ARM: EXYNOS: remove duplicated include from mach-exynos5-dt.c From: Wei Yongjun To: kgene.kim@samsung.com, linux@arm.linux.org.uk X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121204_032917_292618_87E7C124 X-CRM114-Status: UNSURE ( 9.80 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.216.177 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (weiyj.lk[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: yongjun_wei@trendmicro.com.cn, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org From: Wei Yongjun Remove duplicated include. Signed-off-by: Wei Yongjun --- arch/arm/mach-exynos/mach-exynos5-dt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-exynos/mach-exynos5-dt.c b/arch/arm/mach-exynos/mach-exynos5-dt.c index 45988fd..087f2df 100644 --- a/arch/arm/mach-exynos/mach-exynos5-dt.c +++ b/arch/arm/mach-exynos/mach-exynos5-dt.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include