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: 234056 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 526CB2C00A7 for ; Fri, 5 Apr 2013 17:58:55 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161634Ab3DEG6y (ORCPT ); Fri, 5 Apr 2013 02:58:54 -0400 Received: from mail-bk0-f43.google.com ([209.85.214.43]:43042 "EHLO mail-bk0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161583Ab3DEG6x (ORCPT ); Fri, 5 Apr 2013 02:58:53 -0400 Received: by mail-bk0-f43.google.com with SMTP id jm2so1927322bkc.2 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 Cc: yongjun_wei@trendmicro.com.cn, linux-arm-kernel@lists.infradead.org, linux-tegra@vger.kernel.org Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org From: Wei Yongjun Remove duplicated include. Signed-off-by: Wei Yongjun --- arch/arm/mach-tegra/pm.c | 1 - 1 file changed, 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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);