Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752606Ab1DRUCs (ORCPT ); Mon, 18 Apr 2011 16:02:48 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:32918 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751348Ab1DRUCp (ORCPT ); Mon, 18 Apr 2011 16:02:45 -0400 From: "Rafael J. Wysocki" To: Ralf Baechle Subject: Re: [PATCH 10/14] PM / MIPS: Use struct syscore_ops instead of sysdevs for PM Date: Mon, 18 Apr 2011 22:03:15 +0200 User-Agent: KMail/1.13.6 (Linux/2.6.39-rc3+; KDE/4.6.0; x86_64; ; ) Cc: LKML , Greg KH , Kay Sievers , Linux PM mailing list , Russell King , linux-omap@vger.kernel.org, Kevin Hilman , linux-arm-kernel@lists.infradead.org, Ben Dooks , Mike Frysinger , "Hans-Christian Egtvedt" , Guan Xuetao , Benjamin Herrenschmidt , linuxppc-dev@lists.ozlabs.org, Jiri Kosina , Konrad Rzeszutek Wilk , Jeremy Fitzhardinge References: <201103280125.11750.rjw@sisk.pl> <201104172312.35060.rjw@sisk.pl> <20110418101218.GA25325@linux-mips.org> In-Reply-To: <20110418101218.GA25325@linux-mips.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201104182203.16171.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1302 Lines: 38 On Monday, April 18, 2011, Ralf Baechle wrote: > This patch breaks the Alchemy kernel compile; below patch on top of it fixes > that again. > > Signed-off-by: Ralf Baechle Thanks! If you don't mind, I'd like to fold your patch into [10/14]. Rafael > --- > arch/mips/alchemy/common/irq.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > Index: linux-mips/arch/mips/alchemy/common/irq.c > =================================================================== > --- linux-mips.orig/arch/mips/alchemy/common/irq.c > +++ linux-mips/arch/mips/alchemy/common/irq.c > @@ -619,8 +619,8 @@ static struct syscore_ops alchemy_ic_sys > > static int __init alchemy_ic_syscore_init(void) > { > - alchemy_ic_data[0].base = ioremap(icbase[IC0_PHYS_ADDR], 0x1000); > - alchemy_ic_data[1].base = ioremap(icbase[IC1_PHYS_ADDR], 0x1000); > + alchemy_ic_data[0].base = ioremap(IC0_PHYS_ADDR, 0x1000); > + alchemy_ic_data[1].base = ioremap(IC1_PHYS_ADDR, 0x1000); > > register_syscore_ops(&alchemy_ic_syscore_ops); > > > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/