From: Sachin Kamat Date: Wed, 13 Mar 2013 11:43:46 +0000 (+0530) Subject: pinctrl: generic: Fix compilation error X-Git-Tag: v3.9-rc5~35^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf4d7be57ba9040347065f48a60f895a254f6e28;p=pandora-kernel.git pinctrl: generic: Fix compilation error The function definition of pinconf_generic_dump_config is defined under CONFIG_DEBUG_FS macro. Define the declaration too under this macro. Without this patch we get the following build error: drivers/built-in.o: In function `pcs_pinconf_config_dbg_show': drivers/pinctrl/pinctrl-single.c:726: undefined reference to `pinconf_generic_dump_config' Signed-off-by: Sachin Kamat Signed-off-by: Linus Walleij --- Reading git-diff-tree failed