From patchwork Fri Apr 5 06:58:52 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Yongjun X-Patchwork-Id: 2397021 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork2.kernel.org (Postfix) with ESMTP id 6F5A2DF2E5 for ; Fri, 5 Apr 2013 07:00:16 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UO0dB-0000MS-A4 for patchwork-linux-arm@patchwork.kernel.org; Fri, 05 Apr 2013 07:00:13 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UO0c8-000666-2G; Fri, 05 Apr 2013 06:59:08 +0000 Received: from mail-bk0-x231.google.com ([2a00:1450:4008:c01::231]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UO0bw-00065f-NV for linux-arm-kernel@lists.infradead.org; Fri, 05 Apr 2013 06:59:01 +0000 Received: by mail-bk0-f49.google.com with SMTP id w12so1948522bku.36 for ; Thu, 04 Apr 2013 23:58:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to:cc :content-type; bh=pYuimorF+nOf1p/UvAKvVD1siXUnaVy5QOPY4dgdAto=; b=rU0UbARUG8N+zQ9W0hF+SNkypmRtkHEkgoCnM2BBew5T2bu66cX42707mpxOzqJp3d Pmw4o2BzPv4Wm9rBx4xMNP5wrtqNXKFKUNmlF5e0e+iW3a2v9bz6obX08LbvljmKxvlQ ofIg20T/kXukBXicXcim917qEyz1eXsZGofSiSGLtS+POyjYBjGFlB2/S0zqUDOtVQfB 05SCGvZKvAo6xr0tpv8PR0q+q0nbwo8X5q4rbA9F0NwrBxhcBbJKyeJ5cDdwSpExWP34 3vFO27IiWBOTuXu1wjDcPKISIeEYo17z4wtre08zEe5XgIh6Td+0iJLPRBzNMWk1iTC4 DwgA== MIME-Version: 1.0 X-Received: by 10.205.116.131 with SMTP id fi3mr6326013bkc.58.1365145132537; Thu, 04 Apr 2013 23:58:52 -0700 (PDT) Received: by 10.204.30.210 with HTTP; Thu, 4 Apr 2013 23:58:52 -0700 (PDT) Date: Fri, 5 Apr 2013 14:58:52 +0800 Message-ID: Subject: [PATCH -next] ARM: tegra: pm: remove duplicated include from pm.c From: Wei Yongjun To: linux@arm.linux.org.uk, swarren@wwwdotorg.org, josephl@nvidia.com, will.deacon@arm.com, pgaikwad@nvidia.com, pdeschrijver@nvidia.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130405_025856_940978_54BFAD17 X-CRM114-Status: UNSURE ( 9.15 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 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: linux-tegra@vger.kernel.org, yongjun_wei@trendmicro.com.cn, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" 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-tegra/pm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-tegra/pm.c b/arch/arm/mach-tegra/pm.c index 6ce6beb..d647e9e 100644 --- a/arch/arm/mach-tegra/pm.c +++ b/arch/arm/mach-tegra/pm.c @@ -39,7 +39,6 @@ #include "fuse.h" #include "pmc.h" #include "sleep.h" -#include "pmc.h" #ifdef CONFIG_PM_SLEEP static DEFINE_SPINLOCK(tegra_lp2_lock);