diff options
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r-- | drivers/pinctrl/pinctrl-samsung.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/pinctrl-samsung.c b/drivers/pinctrl/pinctrl-samsung.c index 3b52c17c4fd2..8f31b656c4e9 100644 --- a/drivers/pinctrl/pinctrl-samsung.c +++ b/drivers/pinctrl/pinctrl-samsung.c | |||
@@ -47,7 +47,7 @@ struct pin_config { | |||
47 | { "samsung,pin-pud-pdn", PINCFG_TYPE_PUD_PDN }, | 47 | { "samsung,pin-pud-pdn", PINCFG_TYPE_PUD_PDN }, |
48 | }; | 48 | }; |
49 | 49 | ||
50 | static unsigned int pin_base = 0; | 50 | static unsigned int pin_base; |
51 | 51 | ||
52 | static inline struct samsung_pin_bank *gc_to_pin_bank(struct gpio_chip *gc) | 52 | static inline struct samsung_pin_bank *gc_to_pin_bank(struct gpio_chip *gc) |
53 | { | 53 | { |