From: Linus Walleij Date: Tue, 6 Nov 2012 13:58:55 +0000 (+0100) Subject: gpiolib-of: staticize the pin range calls X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~94^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=167c1af9443757bb9d27ceff8ba4304302cb0651;p=pandora-kernel.git gpiolib-of: staticize the pin range calls Commit 69e1601bca88809dc118abd1becb02c15a02ec71 "gpiolib: provide provision to register pin ranges" Declared the of_gpiochip_[add|remove]_pin_range() global while they should be static as they are only ever used in this file. Let's convert them to static. Reviewed-by: Stephen Warren Reviewed-by: Viresh Kumar Signed-off-by: Linus Walleij --- Reading git-diff-tree failed