From patchwork Tue Nov 27 05:58:44 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 13230 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 C8FBA23E08 for ; Tue, 27 Nov 2012 06:05:21 +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 70338A1930D for ; Tue, 27 Nov 2012 06:05:21 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id c10so5915385ieb.11 for ; Mon, 26 Nov 2012 22:05:21 -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:in-reply-to:references :x-gm-message-state; bh=j1lyM5yBVuspaaBcwOFDWsB64G6SWAEiIz0HQX3ZM3c=; b=FnP3lOnrTLp2Xb/18hjG2BxCcj7/po7HZNaRekqckJYzseYnAuHsZQrp4rQV6PXCKx HRETvFxmIx2g70C33BaRmxAbTCNcnXo956RG5GbYUadWZjDHZolNkYBtrgIYkqutN/Md a7lNMi5cZwvI1ip8D3khAfvwpHdednfBnLr9k4hqfH/gWtViZqCJVkOibL4WqOBbihgQ 6aeXRSmkumtqZACrPpYS577z7EdP3Got2R+0OH5+8W6Gr3iw/hC1RUcp/J5I2Zs25tgn LnIMKb8GF4sKJ5oCWM2AZ5mu5juOcmG2HvQ8f8pdJz9roFJEIp7qwuyQfk0kdoWO4Fay 3DEA== Received: by 10.50.161.169 with SMTP id xt9mr16814207igb.62.1353996321219; Mon, 26 Nov 2012 22:05:21 -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 n20csp405064igt; Mon, 26 Nov 2012 22:05:20 -0800 (PST) Received: by 10.66.88.130 with SMTP id bg2mr29317784pab.39.1353996320575; Mon, 26 Nov 2012 22:05:20 -0800 (PST) Received: from mail-pb0-f48.google.com (mail-pb0-f48.google.com [209.85.160.48]) by mx.google.com with ESMTPS id e3si22409950pax.138.2012.11.26.22.05.20 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 26 Nov 2012 22:05:20 -0800 (PST) Received-SPF: neutral (google.com: 209.85.160.48 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.48; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.48 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-pb0-f48.google.com with SMTP id rq13so8665693pbb.35 for ; Mon, 26 Nov 2012 22:05:20 -0800 (PST) Received: by 10.68.135.101 with SMTP id pr5mr44833493pbb.140.1353996320321; Mon, 26 Nov 2012 22:05:20 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id nf9sm10064758pbc.17.2012.11.26.22.05.17 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 26 Nov 2012 22:05:19 -0800 (PST) From: Sachin Kamat To: linux-kernel@vger.kernel.org Cc: cbou@mail.ru, cbouatmailru@gmail.com, dwmw2@infradead.org, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/3] power: bq2415x_charger: Remove unneeded version.h inclusion Date: Tue, 27 Nov 2012 11:28:44 +0530 Message-Id: <1353995926-4621-2-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1353995926-4621-1-git-send-email-sachin.kamat@linaro.org> References: <1353995926-4621-1-git-send-email-sachin.kamat@linaro.org> X-Gm-Message-State: ALoCoQlMnh4VhhhTBAwVPmzkJHJnN4HsX/OjuFsSuZFiDwY2LvVibNDlJKY3c5AduqHweiFRGNfK is not required here. Signed-off-by: Sachin Kamat --- drivers/power/bq2415x_charger.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/power/bq2415x_charger.c b/drivers/power/bq2415x_charger.c index ee842b3..2d1b568 100644 --- a/drivers/power/bq2415x_charger.c +++ b/drivers/power/bq2415x_charger.c @@ -28,7 +28,6 @@ * http://www.ti.com/product/bq24155 */ -#include #include #include #include