From patchwork Thu Mar 10 02:32:31 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Walmsley X-Patchwork-Id: 623171 X-Patchwork-Delegate: paul@pwsan.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p2A2WXOO015413 for ; Thu, 10 Mar 2011 02:32:34 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751252Ab1CJCcd (ORCPT ); Wed, 9 Mar 2011 21:32:33 -0500 Received: from utopia.booyaka.com ([72.9.107.138]:32785 "EHLO utopia.booyaka.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751166Ab1CJCcc (ORCPT ); Wed, 9 Mar 2011 21:32:32 -0500 Received: (qmail 28309 invoked by uid 1019); 10 Mar 2011 02:32:31 -0000 Date: Wed, 9 Mar 2011 19:32:31 -0700 (MST) From: Paul Walmsley To: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org cc: =?ISO-8859-15?Q?Beno=EEt_Cousson?= , Sanjeev Premi , Thara Gopinath Subject: [PATCH] OMAP3: hwmod: remove incorrect SmartReflex -> L4 CORE interconnect links Message-ID: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Thu, 10 Mar 2011 02:32:34 +0000 (UTC) diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c index 8d81813..18b0dd4 100644 --- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c @@ -304,8 +304,6 @@ static struct omap_hwmod_ocp_if omap3_l4_core__sr2 = { /* Slave interfaces on the L4_CORE interconnect */ static struct omap_hwmod_ocp_if *omap3xxx_l4_core_slaves[] = { &omap3xxx_l3_main__l4_core, - &omap3_l4_core__sr1, - &omap3_l4_core__sr2, }; /* Master interfaces on the L4_CORE interconnect */