From patchwork Tue Aug 7 09:16:32 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 10556 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 69E0E2402A for ; Tue, 7 Aug 2012 09:18:01 +0000 (UTC) Received: from mail-gg0-f180.google.com (mail-gg0-f180.google.com [209.85.161.180]) by fiordland.canonical.com (Postfix) with ESMTP id 191BFA180E5 for ; Tue, 7 Aug 2012 09:18:01 +0000 (UTC) Received: by ggnf1 with SMTP id f1so3442517ggn.11 for ; Tue, 07 Aug 2012 02:18:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:x-gm-message-state; bh=eppyFglFkr96n/7MmCbOiEk99gvC+Z4whZjjApREsN8=; b=c15F+fOA7Yg6UsdggTDi20DkyE3BiRLitREum20p2LRGyrmf6bLRsQE+9G4w45RMPb VmpaIAKaSXwCsfdT42lPDPODVRMguR2yH9hFZdiCRYn3EkJJwFzh7vJgu+E7mDfT53oN 1OweCAajDDoZAzijU/ISPgnADVSlagGDYl+SRgziMOAGTqygLBBTvCdEZiyfloGF72tX iXQ0iiJsx1nXrJkkqX21j+FrPXidS35xMaFkT/MPuNWAQu4K5bq0WfRHs+xUHDVO3mpU P3P/TsxcS7H9mu8iWe6tjbvbbb1u5aYrde3k7/SMWIWTqEdauIIVaMCN0HyoEABSSY1N XDqw== Received: by 10.50.47.161 with SMTP id e1mr7858618ign.11.1344331080277; Tue, 07 Aug 2012 02:18:00 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.87.40 with SMTP id u8csp487088igz; Tue, 7 Aug 2012 02:17:59 -0700 (PDT) Received: by 10.236.153.39 with SMTP id e27mr12726076yhk.130.1344331079236; Tue, 07 Aug 2012 02:17:59 -0700 (PDT) Received: from mail-gg0-f178.google.com (mail-gg0-f178.google.com [209.85.161.178]) by mx.google.com with ESMTPS id e22si21146956yhh.15.2012.08.07.02.17.58 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 07 Aug 2012 02:17:59 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.161.178 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.161.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.161.178 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by ggeh3 with SMTP id h3so2010699gge.37 for ; Tue, 07 Aug 2012 02:17:58 -0700 (PDT) Received: by 10.66.76.231 with SMTP id n7mr24669035paw.68.1344331078444; Tue, 07 Aug 2012 02:17:58 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id os1sm1300031pbc.31.2012.08.07.02.17.55 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 07 Aug 2012 02:17:57 -0700 (PDT) From: Sachin Kamat To: linux-kernel@vger.kernel.org Cc: myungjoo.ham@samsung.com, cw00.choi@samsung.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH] extcon: Remove duplicate inclusion of extcon.h header file Date: Tue, 7 Aug 2012 14:46:32 +0530 Message-Id: <1344330992-20849-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQmu1wXn/Mp+kl/rATi2rIw6YGr2/nJ8huRl4SZW9LF4NcPrtucy3mV3UparCY+Leyg42CHo extcon.h header file was included twice. Signed-off-by: Sachin Kamat Signed-off-by: Sachin Kamat --- drivers/extcon/extcon_gpio.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/extcon/extcon_gpio.c b/drivers/extcon/extcon_gpio.c index fe3db45..25b6c11 100644 --- a/drivers/extcon/extcon_gpio.c +++ b/drivers/extcon/extcon_gpio.c @@ -26,7 +26,6 @@ #include #include #include -#include #include #include #include