From: Sachin Kamat Date: Tue, 19 Mar 2013 06:31:17 +0000 (+0530) Subject: pinctrl: abx500: Staticize some symbols X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~141^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c4154ef762534d10ef042fcf1c945105b46f660;p=pandora-kernel.git pinctrl: abx500: Staticize some symbols These symbols are used only in this file. Without this patch we get the following warnings: drivers/pinctrl/pinctrl-abx500.c:520:5: warning: symbol 'abx500_gpio_request' was not declared. Should it be static? drivers/pinctrl/pinctrl-abx500.c:527:6: warning: symbol 'abx500_gpio_free' was not declared. Should it be static? drivers/pinctrl/pinctrl-abx500.c:614:5: warning: symbol 'abx500_gpio_request_enable' was not declared. Should it be static? drivers/pinctrl/pinctrl-abx500.c:714:5: warning: symbol 'abx500_pin_config_get' was not declared. Should it be static? drivers/pinctrl/pinctrl-abx500.c:721:5: warning: symbol 'abx500_pin_config_set' was not declared. Should it be static? Signed-off-by: Sachin Kamat Acked-by: Patrice Chotard Signed-off-by: Linus Walleij --- Reading git-diff-tree failed