From: Linus Walleij Date: Mon, 13 Jun 2011 08:42:19 +0000 (+0200) Subject: ARM: pxa: fix gpio_to_chip() clash with gpiolib namespace X-Git-Tag: v3.0~43^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a065685d2f0b4bb69d0f64d2cd396a5c463db2a9;p=pandora-kernel.git ARM: pxa: fix gpio_to_chip() clash with gpiolib namespace The PXA platform code has a static inline helper called gpio_to_chip which clashes with the gpiolib namespace if we try to expose the function with the same name from gpiolib, and it's still confusing even if we don't do that. So rename it to gpio_to_pxachip(). Reported-by: H Hartley Sweeten Cc: Eric Miao Signed-off-by: Linus Walleij Signed-off-by: Eric Miao --- Reading git-diff-tree failed