diff options
author | Kukjin Kim | 2012-12-27 19:12:30 +0100 |
---|---|---|
committer | Linus Walleij | 2013-01-17 09:18:02 +0100 |
commit | dcb9c3491acd63396f51dd1daf29851a5f92f632 (patch) | |
tree | f5e1245b3bc06e23e856f23a33ea96a73ec4900d /include | |
parent | gpio: samsung: fix pinctrl condition for exynos and exynos5440 (diff) | |
download | kernel-qcow2-linux-dcb9c3491acd63396f51dd1daf29851a5f92f632.tar.gz kernel-qcow2-linux-dcb9c3491acd63396f51dd1daf29851a5f92f632.tar.xz kernel-qcow2-linux-dcb9c3491acd63396f51dd1daf29851a5f92f632.zip |
gpio: samsung: silent build warning for EXYNOS5 SoCs
This patch fixes following warning:
drivers/gpio/gpio-samsung.c:450:32: warning: 'exynos_gpio_cfg' defined but not used [-Wunused-variable]
drivers/gpio/gpio-samsung.c:2450:33: warning: 'exynos5_gpios_1' defined but not used [-Wunused-variable]
drivers/gpio/gpio-samsung.c:2618:33: warning: 'exynos5_gpios_2' defined but not used [-Wunused-variable]
drivers/gpio/gpio-samsung.c:2679:33: warning: 'exynos5_gpios_3' defined but not used [-Wunused-variable]
drivers/gpio/gpio-samsung.c:2715:33: warning: 'exynos5_gpios_4' defined but not used [-Wunused-variable]
Because current gpio-samsung is valid only on EXYNOS5250.
Cc: Thomas Abraham <thomas.ab@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions