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: 10427 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 E766B24027 for ; Tue, 31 Jul 2012 14:46:46 +0000 (UTC) Received: from mail-we0-f180.google.com (mail-we0-f180.google.com [74.125.82.180]) by fiordland.canonical.com (Postfix) with ESMTP id E086DA18D24 for ; Tue, 31 Jul 2012 14:46:46 +0000 (UTC) Received: by weyt11 with SMTP id t11so4490024wey.11 for ; Tue, 31 Jul 2012 07:46:46 -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=DVcKNR28yDD7qgvdkLmjiIqOYhTTMsE8Y2PL6c3lwceIBqjsk6U67E4VjelSs/YCbw KCEVfElzvKLZdsGopmet/iPH0V78B3tOJo4T8mJOUkrHLu1YNeMDHu+dPzq0RC+NQ7vl 9oMCE9fQ0Ihx3xu8qNL4Wx/esqoSTqa7b9KrkG+MbepYcLwVV/QiRIC/uxpzn7EsDNw6 LA8AaRGu23fG0fsbU9r1Mtx0CjNSue6Xkse+8+SLpsWUBJikzZIUCHbr4QjSwFTPWJP8 fl3DIhwh5lNzasEwQkqoMT7YMJDLqFN82THduCbo3kWKqvxvHg5Cdt/LjIuR4sVGikzb bI/Q== Received: by 10.50.163.5 with SMTP id ye5mr894839igb.51.1343746006042; Tue, 31 Jul 2012 07:46:46 -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.50.87.40 with SMTP id u8csp147944igz; Tue, 31 Jul 2012 07:46:30 -0700 (PDT) Received: by 10.14.178.134 with SMTP id f6mr17259458eem.2.1343745966399; Tue, 31 Jul 2012 07:46:06 -0700 (PDT) Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) by mx.google.com with ESMTPS id b57si329250wef.89.2012.07.31.07.46.05 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 31 Jul 2012 07:46:06 -0700 (PDT) Received-SPF: neutral (google.com: 74.125.82.42 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=74.125.82.42; Authentication-Results: mx.google.com; spf=neutral (google.com: 74.125.82.42 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-f42.google.com with SMTP id fm10so3407029wgb.1 for ; Tue, 31 Jul 2012 07:46:05 -0700 (PDT) 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 Cc: STEricsson_nomadik_linux@list.st.com, linus.walleij@stericsson.com, arnd@arndb.de, olalilja@yahoo.se, ola.o.lilja@stericsson.com, alsa-devel@alsa-project.org, broonie@opensource.wolfsonmicro.com, Lee Jones 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: ALoCoQlRKlJhz5pPLjiyOUJOUikM8bH9INzj+TS9c2sX1cxK9bcTmX8dxCJUh84J9f5tlpdQZcsw 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),