gpio/exynos: Fix compiler warning in gpio-samsung.c file
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 3 Apr 2012 08:42:55 +0000 (14:12 +0530)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 11 Apr 2012 04:15:39 +0000 (22:15 -0600)
commit9a5c7d6eb9b8cc9fa1c7169ecfd96c9e267c0452
tree9e32344a47dcfdf34988dbcf9d71e089fb4e3848
parent6270d830d030da48eddffbe31ed1e4444f203fc5
gpio/exynos: Fix compiler warning in gpio-samsung.c file

Fixes the following warning when "SAMSUNG EXYNOS5" is not selected:

warning: ‘exynos5_gpios_1’ defined but not used [-Wunused-variable]
warning: ‘exynos5_gpios_2’ defined but not used [-Wunused-variable]
warning: ‘exynos5_gpios_3’ defined but not used [-Wunused-variable]
warning: ‘exynos5_gpios_4’ defined but not used [-Wunused-variable]

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/gpio/gpio-samsung.c