[PATCH 5/9] gpio: pl061: convert to use 0 for no irq

2011-12-14 Thread Rob Herring
From: Rob Herring We don't want drivers using NO_IRQ, so remove its use. For now, 0 or -1 means no irq until platforms are converted to use 0. Signed-off-by: Rob Herring Cc: Grant Likely Cc: Linus Walleij --- drivers/gpio/gpio-pl061.c |8 include/linux/amba/pl061.h |2 +- 2

Re: [PATCH 5/9] gpio: pl061: convert to use 0 for no irq

2011-12-14 Thread Grant Likely
On Wed, Dec 14, 2011 at 8:28 AM, Rob Herring wrote: > From: Rob Herring > > We don't want drivers using NO_IRQ, so remove its use. For now, 0 or > -1 means no irq until platforms are converted to use 0. > > Signed-off-by: Rob Herring > Cc: Grant Likely Acked-by: Grant Likely > Cc: Linus Wall