Re: [PATCH] pinctrl: sirf: Staticize non-exported symbol

2012-11-06 Thread Linus Walleij
On Mon, Nov 5, 2012 at 2:44 PM, Axel Lin wrote: > Staticize sirfsoc_gpio_irq_map() function. > > Signed-off-by: Axel Lin Applied with Barry's ACK, thanks! Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.o

Re: [PATCH] pinctrl: sirf: Staticize non-exported symbol

2012-11-05 Thread Barry Song
2012/11/5 Axel Lin : > Staticize sirfsoc_gpio_irq_map() function. > > Signed-off-by: Axel Lin Acked-by: Barry Song > --- > drivers/pinctrl/pinctrl-sirf.c |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/pinctrl/pinctrl-sirf.c b/drivers/pinctrl/pinctrl-sir