From: Linus Walleij Date: Mon, 13 Jun 2011 08:47:15 +0000 (+0200) Subject: gpio/74x164: fix clash with gpiolib namespace X-Git-Tag: v3.1-rc1~313^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12610be33df5563d3f8cb141f231d4dc5b2a317f;p=pandora-kernel.git gpio/74x164: fix clash with gpiolib namespace The 74x164 GPIO driver 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_74x164_chip(). Reported-by: H Hartley Sweeten Signed-off-by: Linus Walleij Signed-off-by: Grant Likely --- Reading git-diff-tree failed