Bill Gatliff wrote: > Signed-off-by: Bill Gatliff <bgat@xxxxxxxxxxxxxxx> > --- > arch/powerpc/include/asm/gpio.h | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/arch/powerpc/include/asm/gpio.h b/arch/powerpc/include/asm/gpio.h > index 38762ed..fefe582 100644 > --- a/arch/powerpc/include/asm/gpio.h > +++ b/arch/powerpc/include/asm/gpio.h > @@ -43,6 +43,9 @@ static inline int gpio_to_irq(unsigned int gpio) > return __gpio_to_irq(gpio); > } > > +/* > + * Not implemented, yet. > + */ > static inline int irq_to_gpio(unsigned int irq) > { > return -EINVAL; > Very strange, this patch is missing the bit where I added __gpio_to_irq() to the gpio_to_irq() function! Sometimes, I just don't grok git... b.g. -- Bill Gatliff Embedded systems training and consulting http://billgatliff.com bgat@xxxxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html