From patchwork Thu Jul 26 10:28:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 10248 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 40B5523E56 for ; Thu, 26 Jul 2012 10:29:18 +0000 (UTC) Received: from mail-gh0-f180.google.com (mail-gh0-f180.google.com [209.85.160.180]) by fiordland.canonical.com (Postfix) with ESMTP id F2638A18866 for ; Thu, 26 Jul 2012 10:29:17 +0000 (UTC) Received: by ghbz12 with SMTP id z12so1774077ghb.11 for ; Thu, 26 Jul 2012 03:29:17 -0700 (PDT) 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=6x+8OyWAepvuTXWGKnkLGwkaofY5kIhqiCFMlcDgl0k=; b=IX+3kSdLozJL9ztjO5Nvxao68Mp0Z6aakN+t0iNj4qvT6jqTIz2vZuFGjCmG8lK0YO WmoXSqr7B6Hws1h6FNIACBGKAX/N/YALuJKYwVdNTdig7/LTe55P/MNADpw7R86Xecu9 xN9nwe72SHd26tJ9NaeowYFj7ArMdT4x/sWGCWuEJHK2IFUiTjNXnoA7sA5rD9EVgk6m mUP+N+zwASHHFq8/DGdFCDo4htsPjAowfIJzoN9kjjTTyutFPTuLd8PPSf2P329Y61HN XRhoCBf1ymArXYXdxPETgEpYpHoqoAeD8+O7QNBjPYXib0vmFn4zunHav2qKrYlj+p/2 bmFw== Received: by 10.50.212.66 with SMTP id ni2mr1170608igc.66.1343298557166; Thu, 26 Jul 2012 03:29:17 -0700 (PDT) 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.43.93.3 with SMTP id bs3csp133342icc; Thu, 26 Jul 2012 03:29:16 -0700 (PDT) Received: by 10.180.86.133 with SMTP id p5mr12247786wiz.17.1343298555579; Thu, 26 Jul 2012 03:29:15 -0700 (PDT) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx.google.com with ESMTPS id b19si27884710wel.147.2012.07.26.03.29.14 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 26 Jul 2012 03:29:15 -0700 (PDT) Received-SPF: neutral (google.com: 74.125.82.50 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=74.125.82.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 74.125.82.50 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) smtp.mail=lee.jones@linaro.org Received: by wgbds11 with SMTP id ds11so1580987wgb.31 for ; Thu, 26 Jul 2012 03:29:14 -0700 (PDT) Received: by 10.216.68.2 with SMTP id k2mr7988626wed.69.1343298553810; Thu, 26 Jul 2012 03:29:13 -0700 (PDT) Received: from localhost.localdomain (cpc1-aztw13-0-0-cust473.18-1.cable.virginmedia.com. [77.102.241.218]) by mx.google.com with ESMTPS id fb20sm11559455wid.1.2012.07.26.03.29.12 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 26 Jul 2012 03:29:13 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: STEricsson_nomadik_linux@list.st.com, linus.walleij@stericsson.com, arnd@arndb.de, broonie@opensource.wolfsonmicro.com, sameo@linux.intel.com, olalilja@yahoo.se, ola.o.lilja@stericsson.com, alsa-devel@alsa-project.org, lrg@ti.com, Lee Jones Subject: [PATCH 01/21] ARM: ux500: Remove unused snowball_of_platform_devs struct Date: Thu, 26 Jul 2012 11:28:34 +0100 Message-Id: <1343298534-13611-2-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1343298534-13611-1-git-send-email-lee.jones@linaro.org> References: <1343298534-13611-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQlUtQBUkI2YzVYFliqhnY5L7ykmmnWNPI/Sc3KQaeoiuWf4yceara9bEVlEqc+30gWUOKY0 This was left over during a recent clean-up which removed Device Tree helper structs. There is no longer a requirement for it, so we can just remove it. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/board-mop500.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c index 80b4f0e..e641003 100644 --- a/arch/arm/mach-ux500/board-mop500.c +++ b/arch/arm/mach-ux500/board-mop500.c @@ -726,11 +726,6 @@ MACHINE_END #ifdef CONFIG_MACH_UX500_DT -static struct platform_device *snowball_of_platform_devs[] __initdata = { - &snowball_led_dev, - &snowball_key_dev, -}; - struct of_dev_auxdata u8500_auxdata_lookup[] __initdata = { /* Requires call-back bindings. */ OF_DEV_AUXDATA("arm,cortex-a9-pmu", 0, "arm-pmu", &db8500_pmu_platdata),