diff options
Diffstat (limited to 'drivers/gpio/gpio-samsung.c')
-rw-r--r-- | drivers/gpio/gpio-samsung.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-samsung.c b/drivers/gpio/gpio-samsung.c index b3643ff007e4..c4b51d820417 100644 --- a/drivers/gpio/gpio-samsung.c +++ b/drivers/gpio/gpio-samsung.c | |||
@@ -3025,6 +3025,7 @@ static __init int samsung_gpiolib_init(void) | |||
3025 | { .compatible = "samsung,exynos4210-pinctrl", }, | 3025 | { .compatible = "samsung,exynos4210-pinctrl", }, |
3026 | { .compatible = "samsung,exynos4x12-pinctrl", }, | 3026 | { .compatible = "samsung,exynos4x12-pinctrl", }, |
3027 | { .compatible = "samsung,exynos5440-pinctrl", }, | 3027 | { .compatible = "samsung,exynos5440-pinctrl", }, |
3028 | { } | ||
3028 | }; | 3029 | }; |
3029 | for_each_matching_node(pctrl_np, exynos_pinctrl_ids) | 3030 | for_each_matching_node(pctrl_np, exynos_pinctrl_ids) |
3030 | if (pctrl_np && of_device_is_available(pctrl_np)) | 3031 | if (pctrl_np && of_device_is_available(pctrl_np)) |