From patchwork Tue Jul 31 13:31:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 1260151 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 9EAE5DF26F for ; Tue, 31 Jul 2012 14:00:46 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SwCvE-0001pr-Ak; Tue, 31 Jul 2012 13:55:40 +0000 Received: from mail-wi0-f171.google.com ([209.85.212.171]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SwCYn-0007YV-7t for linux-arm-kernel@lists.infradead.org; Tue, 31 Jul 2012 13:32:29 +0000 Received: by wibhq4 with SMTP id hq4so2200795wib.0 for ; Tue, 31 Jul 2012 06:31:52 -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=6x+8OyWAepvuTXWGKnkLGwkaofY5kIhqiCFMlcDgl0k=; b=H7pe2w3fJesB6Lnw6YPTuMUzqwj8mgCkYyexR22pHJM73OSDBIKE0DaHxnKwcseS9w jpABJGmDn7P877LWbWZtLFDuceL/lo8F3nkSSYSssNnXCEDrfUV+cU2gqA26vfnRwNNf BYHSGzMy1SFt+jr4Z/8ji+VyqPfxmrhYFv8cw4twjhOW06lOfLD9xoN+b6jd52dulwaP KTf8KBX/f04lZA5bXvRAW3WgmpTrzLjRKa1X+KIWSeECg5CFAzBo6F7LwM3R49xUtjxq p8O48jDDdxYdK9taysHnb7Ht38tDOgql97h98+kDluU5F4o18RQPrbdhAnDa2kL3eGxW LESA== Received: by 10.180.14.8 with SMTP id l8mr6961635wic.6.1343741512060; Tue, 31 Jul 2012 06:31:52 -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 ex20sm263310wid.7.2012.07.31.06.31.50 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 31 Jul 2012 06:31:51 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 3/6] ARM: ux500: Remove unused snowball_of_platform_devs struct Date: Tue, 31 Jul 2012 14:31:27 +0100 Message-Id: <1343741493-17671-7-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1343741493-17671-1-git-send-email-lee.jones@linaro.org> References: <1343741493-17671-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQnjbroS+EUYnveVLKfYysnoD2b42POY4R2Sd27KV2BinBwM/ZLtxu4yjFot1JhYx8CZvKN0 X-Spam-Note: CRM114 invocation failed X-Spam-Note: SpamAssassin invocation failed Cc: ola.o.lilja@stericsson.com, alsa-devel@alsa-project.org, linus.walleij@stericsson.com, arnd@arndb.de, broonie@opensource.wolfsonmicro.com, olalilja@yahoo.se, STEricsson_nomadik_linux@list.st.com, Lee Jones , lrg@ti.com 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: Arnd Bergmann --- 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),