[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.00.1103251333140.31464@localhost6.localdomain6>
Date: Fri, 25 Mar 2011 13:33:34 +0100 (CET)
From: Thomas Gleixner <tglx@...utronix.de>
To: Mark Brown <broonie@...nsource.wolfsonmicro.com>
cc: LKML <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Samuel Ortiz <sameo@...ux.intel.com>
Subject: Re: [patch 09/10] mfd: Cleanup irq namespace
On Fri, 25 Mar 2011, Mark Brown wrote:
> On Fri, Mar 25, 2011 at 11:12:32AM -0000, Thomas Gleixner wrote:
> > Converted with coccinelle.
> >
> > Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
>
> Acked-by: Mark Brown <broonie@...nsource.wolfsonmicro.com>
>
> but
>
> > #ifdef CONFIG_ARM
> > set_irq_flags(__irq, IRQF_VALID);
> > #else
> > - set_irq_noprobe(__irq);
> > + irq_set_noprobe(__irq);
>
> it looks like you also need to update the set_irq_flags() naming.
No, that's an ARM thing.
Thanks,
tglx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists