From patchwork Thu Jul 28 13:34:41 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Huang Weiyi X-Patchwork-Id: 1015662 Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p6SDZMif010258 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 28 Jul 2011 13:35:49 GMT Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QmQk7-0003gU-7g; Thu, 28 Jul 2011 13:35:15 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QmQk6-00047b-OU; Thu, 28 Jul 2011 13:35:14 +0000 Received: from mail-pz0-f43.google.com ([209.85.210.43]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QmQk3-00047I-Mf for linux-arm-kernel@lists.infradead.org; Thu, 28 Jul 2011 13:35:12 +0000 Received: by pzk1 with SMTP id 1so4598498pzk.16 for ; Thu, 28 Jul 2011 06:35:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; bh=lUBcWKzqqIY0Oxud9MVfI1cURORGb1uSnUGKbl8YWYY=; b=I5cGdIFFFxLRxxeFC16tIk2Mt3lPNTs5UeWXfBJXi5Uyd+qFGdEimbY5WS2EyqzfFw K3OabYMCNNtPDPChOC85uYxJbL6ptolL3HeKOaCbVUKTNcQEN4D9lf47ghhIjWQ+6AFE amMNZYYkEzoMZITGNKKsaz0yxpyXeyyGQG0eM= Received: by 10.68.23.33 with SMTP id j1mr207258pbf.243.1311860108066; Thu, 28 Jul 2011 06:35:08 -0700 (PDT) Received: from localhost.localdomain ([58.212.82.33]) by mx.google.com with ESMTPS id k3sm1022567pbj.13.2011.07.28.06.34.59 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 28 Jul 2011 06:35:06 -0700 (PDT) From: Huang Weiyi To: kgene.kim@samsung.com Subject: [PATCH] ARM: EXYNOS4: remove duplicated #include Date: Thu, 28 Jul 2011 21:34:41 +0800 Message-Id: <1311860081-996-1-git-send-email-weiyi.huang@gmail.com> X-Mailer: git-send-email 1.6.1.2 X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110728_093511_985248_93A17B2B X-CRM114-Status: GOOD ( 10.79 ) X-Spam-Score: -0.8 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-0.8 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (weiyi.huang[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.210.43 listed in list.dnswl.org] -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 0.0 T_TO_NO_BRKTS_FREEMAIL To: misformatted and free email service Cc: Huang Weiyi , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Thu, 28 Jul 2011 13:36:15 +0000 (UTC) Remove duplicated #include('s) in arch/arm/mach-exynos4/cpu.c Signed-off-by: Huang Weiyi --- arch/arm/mach-exynos4/cpu.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-exynos4/cpu.c b/arch/arm/mach-exynos4/cpu.c index 2d8a40c..84032d3 100644 --- a/arch/arm/mach-exynos4/cpu.c +++ b/arch/arm/mach-exynos4/cpu.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include