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: 1249491 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 AD5C8DFFBF for ; Fri, 27 Jul 2012 12:55:39 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Suk0B-0002g8-2e; Fri, 27 Jul 2012 12:50:43 +0000 Received: from mail-we0-f177.google.com ([74.125.82.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Sujpv-0001Eo-5U for linux-arm-kernel@lists.infradead.org; Fri, 27 Jul 2012 12:40:07 +0000 Received: by weyr3 with SMTP id r3so2249519wey.36 for ; Fri, 27 Jul 2012 05:39:10 -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=DNk2+9SnXEnfCuJkhyEKfwID1EXZQNQYSGSc45+x7gNrkKK1MwfnWsP1HFkxorJwNN FZ8I8FluNWWb4Qi6EOQl2tELDkMFsNd7ewd6ZlHpuWNmd+L0PMdmxhM9qjgHYPC0Bb5W mBgyvkKAwBmzFzdSAiZ1HlUXeuRdWkNMTQBj8G1/rsTewgX8N3Eo+NREFi267gjS0POv WfaGUoEYoxrTBM717gtx21wztg1nOJSEiYsBj52nwv+tPrDMjoZKKijULFzDU316jcfb LcGG6DLjBwsUY/sW+0f0JK+yJlj41S/Zn0N9ijHUOJh1viO4/3w2pNa6ZdORs2yKp3WT cApg== 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 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: ALoCoQmutARLejTRIbKyLykv3hSs8YPmSKsxPhLpuAwChLJxr67fKMPEPX+hRKNw/xO4zGvkH764 X-Spam-Note: CRM114 invocation failed X-Spam-Note: SpamAssassin invocation failed Cc: ola.o.lilja@stericsson.com, alsa-devel@alsa-project.org, sameo@linux.intel.com, arnd@arndb.de, broonie@opensource.wolfsonmicro.com, olalilja@yahoo.se, STEricsson_nomadik_linux@list.st.com, Lee Jones , lrg@ti.com, linus.walleij@stericsson.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 --- 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),