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: 10651 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 2E19D23E40 for ; Thu, 9 Aug 2012 15:57:30 +0000 (UTC) Received: from mail-gh0-f180.google.com (mail-gh0-f180.google.com [209.85.160.180]) by fiordland.canonical.com (Postfix) with ESMTP id EAEE9A18A43 for ; Thu, 9 Aug 2012 15:57:29 +0000 (UTC) Received: by ghbg10 with SMTP id g10so595859ghb.11 for ; Thu, 09 Aug 2012 08:57:29 -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=UESj8v4Lg0iY4weqil638nBZogqvLNxEPxxOcWbWCbc=; b=j5bMebuHku2+g4cqkmeUTfKIKkMGc3b66RhU/0tP4FqbXvuxGiqUnuhDAnR5pc8N6A 8DF4n9GgDb2NOCW8c6QfHLkCMmqOMbdobZ1w+56ZpmxepNRKb7YBBcPZiyMtYRciUJIe xja35p8AwIvPRMrqWos4X4mklEhgylGXCW78cG8J4uYGNnEuMr3tXQw23/mxGN82QuSY BqfmMhFGKB0F9s0E4VHdk3HTTqJc5KWCYu5xhiWIo1HP7yft6sD52HO2KvINrMFIAZa1 AwQ9i21+79jbOsEowkjhoXJRdlPeZbpVab4/4HCUAbAcac0Sh+RNw1bswE3lz+FOeh5Z RzhA== Received: by 10.50.95.230 with SMTP id dn6mr1609758igb.16.1344527849233; Thu, 09 Aug 2012 08:57:29 -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.184.200 with SMTP id ew8csp15710igc; Thu, 9 Aug 2012 08:57:28 -0700 (PDT) Received: by 10.180.79.69 with SMTP id h5mr4049430wix.6.1344527847907; Thu, 09 Aug 2012 08:57:27 -0700 (PDT) Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) by mx.google.com with ESMTPS id k14si3005861wiw.14.2012.08.09.08.57.27 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 09 Aug 2012 08:57:27 -0700 (PDT) Received-SPF: neutral (google.com: 74.125.82.178 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=74.125.82.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 74.125.82.178 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) smtp.mail=lee.jones@linaro.org Received: by weyu7 with SMTP id u7so488191wey.37 for ; Thu, 09 Aug 2012 08:57:27 -0700 (PDT) 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 Cc: STEricsson_nomadik_linux@list.st.com, linus.walleij@stericsson.com, arnd@arndb.de, Lee Jones 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: ALoCoQmd2CIO4fF3XlrCBvjO2UjUnAIgBXyY6r8xqRkFnrX/hKKRS8fDIBGBkYwwlsMuh5QwUja5 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 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),