From patchwork Fri Jul 27 12:38:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 10311 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 9985923E23 for ; Fri, 27 Jul 2012 12:39:12 +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 686ECA1912F for ; Fri, 27 Jul 2012 12:39:12 +0000 (UTC) Received: by mail-gh0-f180.google.com with SMTP id z12so3098255ghb.11 for ; Fri, 27 Jul 2012 05:39:12 -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=Z/tB+WpSxxISz42ao404pBEnsy2AUNf59YGHycBcyjrt9uPMTyJdkB3xJ1e3RkW1cc boJjpFPwrOzpg7pmLWDRld9M48+Ut3Ti6Ds/x78Q14lKNAf7+EPvYhaCtBqVvZ8UxjKw uXEx+Sz3aJqdsb3GA0X2Z64Qv8DfpxSTd7a/0VvU6Yh8O9zGrAjRGA2oS1ZwxCyW8q46 LhqKaT6C+2Gxe7tEgJHjySgqtI7kts7xMRRJ2XAmDwYzih7TQlKEwkrrpmhePjPYjmje RxGrb8iJFAt40t/IcyHjVQ0jzQ2N+J+KLJ8vAjUCWg2ZAbS/CFcYVYn5KZBpV49XFe97 3vRw== Received: by 10.42.22.206 with SMTP id p14mr1428164icb.23.1343392752094; Fri, 27 Jul 2012 05:39:12 -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 bs3csp29410icc; Fri, 27 Jul 2012 05:39:11 -0700 (PDT) Received: by 10.216.101.72 with SMTP id a50mr1225490weg.210.1343392750767; Fri, 27 Jul 2012 05:39:10 -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 t50si2652415weg.38.2012.07.27.05.39.10 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 27 Jul 2012 05:39:10 -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 mail-wg0-f50.google.com with SMTP id ds11so2659210wgb.31 for ; Fri, 27 Jul 2012 05:39:10 -0700 (PDT) Received: by 10.180.19.169 with SMTP id g9mr21915108wie.9.1343392750009; Fri, 27 Jul 2012 05:39:10 -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 ef5sm6242502wib.3.2012.07.27.05.39.08 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 27 Jul 2012 05:39:09 -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, olalilja@yahoo.se, ola.o.lilja@stericsson.com, sameo@linux.intel.com, alsa-devel@alsa-project.org, broonie@opensource.wolfsonmicro.com, lrg@ti.com, Lee Jones Subject: [PATCH 5/7] ARM: ux500: Remove unused snowball_of_platform_devs struct Date: Fri, 27 Jul 2012 13:38:52 +0100 Message-Id: <1343392734-11805-6-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1343392734-11805-1-git-send-email-lee.jones@linaro.org> References: <1343392734-11805-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQk+1wtrHkxg4CIZSbNF4Evb3qvSKEyfP1HRnPA24AySoJmFLvI/cVaTU1dQrwCwK4U8v0BL 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),