From patchwork Thu Aug 9 15:57:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 1302331 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 0734F3FD8D for ; Thu, 9 Aug 2012 16:45:16 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SzVme-0000OO-Ju; Thu, 09 Aug 2012 16:40:28 +0000 Received: from mail-wi0-f177.google.com ([209.85.212.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SzV72-0000J4-Lo for linux-arm-kernel@lists.infradead.org; Thu, 09 Aug 2012 15:57:35 +0000 Received: by wibhm11 with SMTP id hm11so381628wib.0 for ; Thu, 09 Aug 2012 08:57:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=UESj8v4Lg0iY4weqil638nBZogqvLNxEPxxOcWbWCbc=; b=nMInCfm5+31Z1OpSlckaJnDdagywjZC/UYfIgcyaC080t1PfaTqot2l65THXvaU2dh OczQ9KhdJ44cYzAlWV6td8OTa5GEwXoNyrvs3pYLjBxN9d+A4Nc3biwTdW0PRETg5nPB 6ISHW3BkGRwENfAwB4/JeFKFqt8GDN58nWLqJ2L9qhpQkjnTtKnzu7EPNNZD8zZx2X91 AhT8bYkH4hkudSyO+Zxjqv2wnyWLYaXaElLLCese/KCxBzdmVz8Q+kQCzKa47Rmxl4Cg bwiJfmtXIYlLsYg7JUV+iroHZt3zH3UVPMtl545x1yr2TusdpPyUryy4BbHHaii8w7HJ F6kQ== Received: by 10.216.29.10 with SMTP id h10mr705948wea.126.1344527847167; Thu, 09 Aug 2012 08:57:27 -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 j6sm3557376wiy.4.2012.08.09.08.57.25 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 09 Aug 2012 08:57:26 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/1] ARM: ux500: Remove unused snowball_of_platform_devs struct Date: Thu, 9 Aug 2012 16:57:07 +0100 Message-Id: <1344527828-6283-2-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1344527828-6283-1-git-send-email-lee.jones@linaro.org> References: <1344527828-6283-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQmJ/qZvrqQf0XX9CV6eyGC/IHk8oKKjKKrsgQyfwXe1cYf1M0ngEPe2c2PS17d8AUOrQM4Y X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.212.177 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: STEricsson_nomadik_linux@list.st.com, Lee Jones , linus.walleij@stericsson.com, arnd@arndb.de X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org 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 Acked-by: Linus Walleij --- 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 a93b147..de10f8f 100644 --- a/arch/arm/mach-ux500/board-mop500.c +++ b/arch/arm/mach-ux500/board-mop500.c @@ -725,11 +725,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),