diff mbox

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

Message ID 20150717133709.GA122054@snb
State New
Headers show

Commit Message

kbuild test robot July 17, 2015, 1:37 p.m. UTC
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
 pinconf.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Linus Walleij July 17, 2015, 1:40 p.m. UTC | #1
On Fri, Jul 17, 2015 at 3:37 PM, kbuild test robot
<fengguang.wu@intel.com> wrote:

> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>

Patch applied.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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;