From patchwork Fri Sep 7 11:14:48 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 11241 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 9617223F25 for ; Fri, 7 Sep 2012 11:15:28 +0000 (UTC) Received: from mail-iy0-f180.google.com (mail-iy0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 47C09A18DA9 for ; Fri, 7 Sep 2012 11:15:28 +0000 (UTC) Received: by mail-iy0-f180.google.com with SMTP id j25so2861152iaf.11 for ; Fri, 07 Sep 2012 04:15:28 -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=mPRD8JrxBHj3XqI8pzVq77jZKHZVggfhxTaG84Roauo=; b=VbiWZ0wlWDdOEvXjha2w3+WILiNkuVq6OROt//WRPbh4HiPok186UMQ8pv4zCLdzb4 BTaTZe6U2AM0qig0goqSQb1hTmvTB4tjX/eWfl6pzM3BJuZHrZk56Hc/g/7KQI/ehyHG yTg/u9SX/lXOT40i4agEsWepG0xcUasSILCy+AxvBPwJh4NzuaB0JX8OKF5CfgYTcFEp U2mXSxe+6oz9pwm8depHFh1UQBjNtPx/ql3fa976xTevyaIhmcdVBh1KAPDDL1SPlSTE PcrAoawWn5dn0KVIVxKkXQ01g7conGIRprzfyO5Mcjd9vdA77sTUc/+Di79G5BVsHcW3 sQFw== Received: by 10.42.60.139 with SMTP id q11mr6425752ich.53.1347016528059; Fri, 07 Sep 2012 04:15:28 -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.232 with SMTP id ex8csp373435igc; Fri, 7 Sep 2012 04:15:27 -0700 (PDT) Received: by 10.180.100.133 with SMTP id ey5mr11579420wib.4.1347016526780; Fri, 07 Sep 2012 04:15:26 -0700 (PDT) Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by mx.google.com with ESMTPS id s83si6517548wen.78.2012.09.07.04.15.26 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 07 Sep 2012 04:15:26 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.212.178 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=209.85.212.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.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 mail-wi0-f178.google.com with SMTP id hr14so2068092wib.13 for ; Fri, 07 Sep 2012 04:15:26 -0700 (PDT) Received: by 10.216.24.140 with SMTP id x12mr3160109wex.101.1347016526284; Fri, 07 Sep 2012 04:15:26 -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 k20sm9151505wiv.11.2012.09.07.04.15.24 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 07 Sep 2012 04:15:25 -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 08/19] ARM: ux500: Stop registering Audio devices for HREF when DT is enabled Date: Fri, 7 Sep 2012 12:14:48 +0100 Message-Id: <1347016499-29354-9-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1347016499-29354-1-git-send-email-lee.jones@linaro.org> References: <1347016499-29354-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQmlu/1bIjsJhrjCZb6s+X4E2NghS463tuHeD+JiqJHY4BOcHMW8amz1zouuDjIWFvIlD5F9 Signed-off-by: Lee Jones --- arch/arm/mach-ux500/board-mop500.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c index a42418b..0219c276 100644 --- a/arch/arm/mach-ux500/board-mop500.c +++ b/arch/arm/mach-ux500/board-mop500.c @@ -840,8 +840,6 @@ static void __init u8500_init_machine(void) platform_add_devices(mop500_platform_devs, ARRAY_SIZE(mop500_platform_devs)); - mop500_audio_init(parent); - i2c0_devs = ARRAY_SIZE(mop500_i2c0_devices); i2c0_devs -= NUM_PRE_V60_I2C0_DEVICES;