diff options
author | Viresh Kumar <viresh.kumar@st.com> | 2012-04-16 10:52:34 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-04-18 13:53:12 +0200 |
commit | 96593afe6d724ffca309340afa914f8e1c6719fd (patch) | |
tree | 6bbe6972da158c3c6c23b6f369e8a599aa1fef33 /drivers/pinctrl/pinconf.c | |
parent | pinctrl: allow pctldevs to decode pin config in debugfs (diff) | |
download | linux-96593afe6d724ffca309340afa914f8e1c6719fd.tar.xz linux-96593afe6d724ffca309340afa914f8e1c6719fd.zip |
pinctrl: pinconf: fix compilation error if PINCONF is not selected
When we compile pinctrl layer for platforms without CONFIG_PINCONF, we get
following compilation errors:
drivers/built-in.o: In function `pinctrl_show':
linux-2.6/drivers/pinctrl/core.c:1116: undefined
reference to `pinconf_show_setting'
drivers/built-in.o: In function `pinctrl_maps_show':
linux-2.6/drivers/pinctrl/core.c:1071: undefined
reference to `pinconf_show_map'
drivers/built-in.o: In function `pinctrl_init_device_debugfs':
linux-2.6/drivers/pinctrl/core.c:1224: undefined
reference to `pinconf_init_device_debugfs'
make[1]: *** [.tmp_vmlinux1] Error 1
This patch fixes this.
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions