From 1ef465c0590703e216f921af66fb7df13b3e2cbe Mon Sep 17 00:00:00 2001 From: Sachin Kamat Date: Fri, 15 Mar 2013 10:23:15 +0530 Subject: [PATCH] pinctrl: generic: Make 'conf_items' static 'conf_items' is used only in this file. Silences the below sparse warning: drivers/pinctrl/pinconf-generic.c:37:24: warning: symbol 'conf_items' was not declared. Should it be static? Signed-off-by: Sachin Kamat Signed-off-by: Linus Walleij --- Reading git-format-patch failed