From patchwork Mon Nov 19 11:41:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 12932 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 D41C023E01 for ; Mon, 19 Nov 2012 11:47:18 +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 84F8EA1960C for ; Mon, 19 Nov 2012 11:47:18 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id e10so6280978iej.11 for ; Mon, 19 Nov 2012 03:47:18 -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=wwgga1rryD4/GLJp5EY7mxh/3RnHKRWfz3GICDwlW5c=; b=ZRcS3wUki94I6NzeAwkJI0ZwvCR7/85IpbrhHnXXJr8aCJp6prxCKwQLYRncNTVcdR +f0pvaKvmS/A6wvCUbd9m46z0mWg+VUgKV2O8USgdT671EWIaGxPdvrSsCkKbuCn8vB8 0lKmOvsU0f0rmMYz5DzQgPY6+qDneKrE2I+dZ3xQ/QdlABFvVkVhg/d4lhR/EuX3T9gQ cjp+9HCoQ36Ul7Q4y55Ac2QgKg/Ltcwlc7LEiD7IgvSDs+3fnfSYy6zHfC6J12QK9Hop VCOgb/xaxqfpO3XR2P1aU8KwnkkDRK12uD6J0lrDeDvdVf8/24OsrHYQhlAg/3s+JJc8 iyEQ== Received: by 10.43.7.132 with SMTP id oo4mr10692060icb.6.1353325637996; Mon, 19 Nov 2012 03:47:17 -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 n20csp146970igt; Mon, 19 Nov 2012 03:47:17 -0800 (PST) Received: by 10.66.77.74 with SMTP id q10mr34751449paw.81.1353325637389; Mon, 19 Nov 2012 03:47:17 -0800 (PST) Received: from mail-pb0-f46.google.com (mail-pb0-f46.google.com [209.85.160.46]) by mx.google.com with ESMTPS id tp3si13478374pbc.205.2012.11.19.03.47.17 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 03:47:17 -0800 (PST) Received-SPF: neutral (google.com: 209.85.160.46 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.46; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.46 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-f46.google.com with SMTP id wy7so3442185pbc.33 for ; Mon, 19 Nov 2012 03:47:17 -0800 (PST) Received: by 10.68.115.75 with SMTP id jm11mr32176441pbb.28.1353325637104; Mon, 19 Nov 2012 03:47:17 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id ms11sm6102510pbc.74.2012.11.19.03.47.14 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 03:47:16 -0800 (PST) From: Sachin Kamat To: linux-kernel@vger.kernel.org Cc: cbou@mail.ru, dwmw2@infradead.org, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] ab8500_fg: Remove duplicate inclusion of linux/mfd/abx500.h Date: Mon, 19 Nov 2012 17:11:10 +0530 Message-Id: <1353325270-415-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQnq4NffKtwgwu9GMBjqtnH+S3S03WeSe8NTUTf0q3oJzvN4QdvbQew6jdFmvCgvI+45eJnS linux/mfd/abx500.h was included twice. Signed-off-by: Sachin Kamat --- drivers/power/ab8500_fg.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/power/ab8500_fg.c b/drivers/power/ab8500_fg.c index 2db8cc2..2f52c76 100644 --- a/drivers/power/ab8500_fg.c +++ b/drivers/power/ab8500_fg.c @@ -28,7 +28,6 @@ #include #include #include -#include #include #include