From patchwork Tue Nov 20 05:49:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 12968 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 5F97D23FCD for ; Tue, 20 Nov 2012 05:55:26 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id 053B0A1810A for ; Tue, 20 Nov 2012 05:55:25 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id e10so7688816iej.11 for ; Mon, 19 Nov 2012 21:55:25 -0800 (PST) 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=IjW8DK4O1ZiDxbNmsTcAJQqemhvVWhH8EQq8ySjGy0Q=; b=GqirOTJjvs8Rx9gnVVpueQQuHUNfUOPvldtU0JGR0XyPNDOeAam/u274M4y2OTay9L pAv9Ashseb2mclF6VpIMJMeUn9G/2aTLPGxK3Rt2uICwfLCLWvpVJMovcfKveq354F/d WQk1zF6PKcDd1ZvGwiTPFjNl6RHoSplEcFnItex6MtdAduInPAb8Ad40BQRicS02Bl2F kQc3MIqWwuiI8+Uk6NyhltE4c+9lRROrVU0NQrqLxFGpPActEeqf9lEFJuZIUL8aV9FH Dq1/fZ80e+PhUrvqrTkPGPrzIqBe6fXHxbuHy8zg9SNRzvyfgO+gmyyMQDitT0TuqvaL mtWg== Received: by 10.43.46.2 with SMTP id um2mr12917358icb.18.1353390925461; Mon, 19 Nov 2012 21:55:25 -0800 (PST) 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.67.148 with SMTP id n20csp273400igt; Mon, 19 Nov 2012 21:55:25 -0800 (PST) Received: by 10.66.78.169 with SMTP id c9mr5094912pax.30.1353390924937; Mon, 19 Nov 2012 21:55:24 -0800 (PST) Received: from mail-da0-f42.google.com (mail-da0-f42.google.com [209.85.210.42]) by mx.google.com with ESMTPS id m8si16460563pav.133.2012.11.19.21.55.24 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 21:55:24 -0800 (PST) Received-SPF: neutral (google.com: 209.85.210.42 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.210.42; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.42 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by mail-da0-f42.google.com with SMTP id z17so2488694dal.29 for ; Mon, 19 Nov 2012 21:55:24 -0800 (PST) Received: by 10.69.0.8 with SMTP id au8mr46229895pbd.58.1353390924632; Mon, 19 Nov 2012 21:55:24 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id qj6sm7473893pbb.69.2012.11.19.21.55.21 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 21:55:23 -0800 (PST) From: Sachin Kamat To: linux-kernel@vger.kernel.org Cc: sameo@linux.intel.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] mfd/twl6040: Remove duplicate inclusion of linux/err.h Date: Tue, 20 Nov 2012 11:19:15 +0530 Message-Id: <1353390555-25519-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQn4QLeG5u6fg5A0LUQLnEWb+No5TQFFYVncr0bIdmRsP/BttVFdWoi5nT5uenrfMiH09vfb linux/err.h was included twice. Signed-off-by: Sachin Kamat --- drivers/mfd/twl6040.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/mfd/twl6040.c b/drivers/mfd/twl6040.c index e5f7b79..583be76 100644 --- a/drivers/mfd/twl6040.c +++ b/drivers/mfd/twl6040.c @@ -37,7 +37,6 @@ #include #include #include -#include #include #include #include