From patchwork Mon Feb 4 11:54:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 14506 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 BFECD23F96 for ; Mon, 4 Feb 2013 11:57:40 +0000 (UTC) Received: from mail-ve0-f176.google.com (mail-ve0-f176.google.com [209.85.128.176]) by fiordland.canonical.com (Postfix) with ESMTP id 76160A1877A for ; Mon, 4 Feb 2013 11:57:40 +0000 (UTC) Received: by mail-ve0-f176.google.com with SMTP id cz10so1372699veb.7 for ; Mon, 04 Feb 2013 03:57:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state; bh=D+4FVLEi3+ruPth9b4tVrtMdBQ621vGh0CPhnacYXY4=; b=RVOrzc/91OQUyvbNRjj37qFKaR4076w9xW04AMnoPP0L2qvBdnjRmHqFcfcjOI/Cp0 HgsD35vd1QjTDpX4lTzu4QBKp9UdloPlk40NStnew3SyBVoBqiu3fx3lrflrOh9+r2AZ 2lTXa+M5VrRnruBv1RsofwIr4BwqvKi1zN3urIP4LNtHAtr133rYiN7oeSxRUZHeL3PW Z2Mlq/os54JnAj4CS1Yt7qAqWkT9B3c7cJkdMB3HSJQPAz4J6FZLRsHYRUCGp2B9665r FOba27wcZWfcnGC6Xh3yKTqkw/0/Hve8r3CPCa5AfU64wGPO2kL3UOi6oTJYrzqQhRkQ v/bg== X-Received: by 10.220.149.200 with SMTP id u8mr20446899vcv.7.1359979060004; Mon, 04 Feb 2013 03:57:40 -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.58.252.8 with SMTP id zo8csp83119vec; Mon, 4 Feb 2013 03:57:39 -0800 (PST) X-Received: by 10.194.85.234 with SMTP id k10mr34574034wjz.53.1359979059287; Mon, 04 Feb 2013 03:57:39 -0800 (PST) Received: from mail-we0-x231.google.com ([2a00:1450:400c:c03::231]) by mx.google.com with ESMTPS id o10si5721099wjx.82.2013.02.04.03.57.38 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 04 Feb 2013 03:57:39 -0800 (PST) Received-SPF: neutral (google.com: 2a00:1450:400c:c03::231 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=2a00:1450:400c:c03::231; Authentication-Results: mx.google.com; spf=neutral (google.com: 2a00:1450:400c:c03::231 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) smtp.mail=lee.jones@linaro.org Received: by mail-we0-f177.google.com with SMTP id d7so4711499wer.36 for ; Mon, 04 Feb 2013 03:57:38 -0800 (PST) X-Received: by 10.180.78.66 with SMTP id z2mr9879735wiw.23.1359979058900; Mon, 04 Feb 2013 03:57:38 -0800 (PST) Received: from localhost.localdomain (cpc34-aztw25-2-0-cust250.18-1.cable.virginmedia.com. [86.16.136.251]) by mx.google.com with ESMTPS id j9sm12937128wia.5.2013.02.04.03.57.37 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 04 Feb 2013 03:57:37 -0800 (PST) From: Lee Jones To: linux-kernel@vger.kernel.org, broonie@opensource.wolfsonmicro.com Cc: Jonas Aaberg , Lee Jones Subject: [PATCH 57/73] regulator: ab8500: Remove surplus include of id.h Date: Mon, 4 Feb 2013 11:54:12 +0000 Message-Id: <1359978868-28736-58-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1359978868-28736-1-git-send-email-lee.jones@linaro.org> References: <1359978868-28736-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQkPk5mFa3OZV3aaEZ0DzSLaQRF3dA82fPan7J8UMV2HAq/Qrq4pCKmiNe6sfJx+3YhyNTL7 From: Jonas Aaberg It is not required. Signed-off-by: Jonas Aaberg Signed-off-by: Lee Jones Reviewed-by: Linus WALLEIJ --- drivers/regulator/ab8500.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/ab8500.c b/drivers/regulator/ab8500.c index 5e959b0..7e8e332 100644 --- a/drivers/regulator/ab8500.c +++ b/drivers/regulator/ab8500.c @@ -28,7 +28,6 @@ #include #include #include -#include /** * struct ab8500_regulator_info - ab8500 regulator information