Message ID | 1360933026-30325-25-git-send-email-lee.jones@linaro.org |
---|---|
State | New |
Headers | show
Return-Path: <patch+caf_=linaro-patchwork=canonical.com@linaro.org> 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 9AF1B23E01 for <patchwork@peony.canonical.com>; Fri, 15 Feb 2013 12:58:09 +0000 (UTC) Received: from mail-ve0-f182.google.com (mail-ve0-f182.google.com [209.85.128.182]) by fiordland.canonical.com (Postfix) with ESMTP id 6594AA18517 for <linaro-patchwork@canonical.com>; Fri, 15 Feb 2013 12:58:09 +0000 (UTC) Received: by mail-ve0-f182.google.com with SMTP id ox1so3019063veb.27 for <linaro-patchwork@canonical.com>; Fri, 15 Feb 2013 04:58:09 -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=YNVjPbpNXZtJ2iD5i81aCtfo6oxRiCLFqzwc4Ic1ohE=; b=bYiH6cb2v14EA7pSIAMaHdntZbCPAiWKINLil8t64OhKkJi0J7f4iiqr2xdysUuV0t 7T57kEg+ia9VlWYvJdBPuU8faE704EmdxZfwD+VniX8hnwgnl9vjjNaiztqtrb5eTawh 8itN/gSy5FawskYKHZaoYK2+Xnp34KQ9zzrNju6GFifiKsraLj8n38otmmL35G8dlUPC 54EWLWR3glW3K/o3++mcDsS28XGFY+I+P48r1Q6kyezymPvFhR60259yti/3GdRGBIuW EcJAson4Li+2nuqV4PI2JuJ+8ve2v1OzBtKDpqEi1aNkAy0DTMeT2hB/MFzF8+ov3AtM j9VA== X-Received: by 10.52.38.163 with SMTP id h3mr2672233vdk.35.1360933088937; Fri, 15 Feb 2013 04:58:08 -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.221.4.5 with SMTP id oa5csp11415vcb; Fri, 15 Feb 2013 04:58:08 -0800 (PST) X-Received: by 10.194.58.175 with SMTP id s15mr4022867wjq.31.1360933088074; Fri, 15 Feb 2013 04:58:08 -0800 (PST) Received: from mail-we0-x233.google.com ([2a00:1450:400c:c03::233]) by mx.google.com with ESMTPS id e2si1040875wiy.109.2013.02.15.04.58.07 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 15 Feb 2013 04:58:08 -0800 (PST) Received-SPF: neutral (google.com: 2a00:1450:400c:c03::233 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=2a00:1450:400c:c03::233; Authentication-Results: mx.google.com; spf=neutral (google.com: 2a00:1450:400c:c03::233 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-f179.google.com with SMTP id p43so1047456wea.38 for <patches@linaro.org>; Fri, 15 Feb 2013 04:58:07 -0800 (PST) X-Received: by 10.194.63.109 with SMTP id f13mr4136755wjs.11.1360933087691; Fri, 15 Feb 2013 04:58:07 -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 j4sm2852410wiz.10.2013.02.15.04.58.06 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 15 Feb 2013 04:58:06 -0800 (PST) From: Lee Jones <lee.jones@linaro.org> To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, sameo@linux.intel.com Cc: arnd@arndb.de, linus.walleij@stericsson.com, Lee Jones <lee.jones@linaro.org> Subject: [PATCH 24/35] mfd: ab8500: Remove unnecessary 'struct device' declaration Date: Fri, 15 Feb 2013 12:56:55 +0000 Message-Id: <1360933026-30325-25-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1360933026-30325-1-git-send-email-lee.jones@linaro.org> References: <1360933026-30325-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQlaUSuKAqzZo712RnlvB+jVq+dmgCurBZoxgvJ1VLrud3cs8C+s8mVfPrrFsU5naIwOBtCu |
diff --git a/include/linux/mfd/abx500.h b/include/linux/mfd/abx500.h index bd480b2..cb3288b 100644 --- a/include/linux/mfd/abx500.h +++ b/include/linux/mfd/abx500.h @@ -13,8 +13,6 @@ #include <linux/regulator/machine.h> -struct device; - #ifndef MFD_ABX500_H #define MFD_ABX500_H
A recent patch saw the device.h include being removed from some other include files and replaced with a 'struct device' declaration instead. However, neither the include nor the declaration is actually required. Signed-off-by: Lee Jones <lee.jones@linaro.org> --- include/linux/mfd/abx500.h | 2 -- 1 file changed, 2 deletions(-)