From patchwork Tue Jul 31 14:45:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 1260751 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 1FB0B3FC1A for ; Tue, 31 Jul 2012 15:12: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 1SwE2t-00069i-QO; Tue, 31 Jul 2012 15:07: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 1SwDiF-0007Sz-5a for linux-arm-kernel@lists.infradead.org; Tue, 31 Jul 2012 14:46:19 +0000 Received: by wibhq4 with SMTP id hq4so2268246wib.0 for ; Tue, 31 Jul 2012 07:46:05 -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=hQOjr+tX0+zFOmyXkw1VWU4Kdq1wMByEvcak/hBwIfEbzauH9VmdNHzpzh+XtytW/h UGcmkX0uO0geNIQ9g0UhveolBL+KyLHYNDBEftgIiEJ/fUOnYOSbURfkQHHqjSuLbIGh md2y0ch5GIPG8eR33JlDFDJzrdBm4Wwu50fTIISEqMM0z7GZUO7ymPZ2n02AC8LmDLwg +oaNezKs7q7TFkAhu6wiF8ld29e5dL7PibK+rS8fGmLa/DAUXrGaFEtxU4pcZ7SlP08I U3TEn9V2RUJoIi89jx1S444LyikuDXub/BRYQDWZ691qIOjGLochdl8+9BMLdgC8yDLJ Acwg== Received: by 10.180.105.163 with SMTP id gn3mr7551330wib.2.1343745965580; Tue, 31 Jul 2012 07:46:05 -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 j6sm695412wiy.4.2012.07.31.07.46.03 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 31 Jul 2012 07:46:04 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 3/5] ARM: ux500: Remove unused snowball_of_platform_devs struct Date: Tue, 31 Jul 2012 15:45:42 +0100 Message-Id: <1343745944-18418-4-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1343745944-18418-1-git-send-email-lee.jones@linaro.org> References: <1343745944-18418-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQnHYy9DlP526LS5asoko/fvJuZZhSxYk1UBJbt1YGKCXL8nSrpTMjdMGZkVlNv0S+DZLVUM 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 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 --- 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),