Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1186833

[PATCH pinctrl] pinctrl: pinconf: pinconf_show_config() can be static

From kbuild test robot <fengguang.wu@intel.com>
Newsgroups linux.kernel
Subject [PATCH pinctrl] pinctrl: pinconf: pinconf_show_config() can be static
Date 2015-07-17 15:40 +0200
Message-ID <pNe1R-6Sg-39@gated-at.bofh.it> (permalink)
References <pNe1Q-6Sg-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
 pinconf.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/pinconf.c b/drivers/pinctrl/pinconf.c
index cbf26a6..078e58d 100644
--- a/drivers/pinctrl/pinconf.c
+++ b/drivers/pinctrl/pinconf.c
@@ -202,7 +202,7 @@ int pinconf_apply_setting(struct pinctrl_setting const *setting)
 
 #ifdef CONFIG_DEBUG_FS
 
-void pinconf_show_config(struct seq_file *s, struct pinctrl_dev *pctldev,
+static void pinconf_show_config(struct seq_file *s, struct pinctrl_dev *pctldev,
 		      unsigned long *configs, unsigned num_configs)
 {
 	const struct pinconf_ops *confops;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[pinctrl:devel 30/37] drivers/pinctrl/pinconf.c:205:6: sparse:  symbol 'pinconf_show_config' was not declared. Should it be static? kbuild test robot <fengguang.wu@intel.com> - 2015-07-17 15:40 +0200
  [PATCH pinctrl] pinctrl: pinconf: pinconf_show_config() can be static kbuild test robot <fengguang.wu@intel.com> - 2015-07-17 15:40 +0200
    Re: [PATCH pinctrl] pinctrl: pinconf: pinconf_show_config() can be static Linus Walleij <linus.walleij@linaro.org> - 2015-07-17 15:50 +0200

csiph-web