diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/plat-nomadik/gpio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-nomadik/gpio.c b/arch/arm/plat-nomadik/gpio.c index cc9de5964d89..bf299cf34594 100644 --- a/arch/arm/plat-nomadik/gpio.c +++ b/arch/arm/plat-nomadik/gpio.c | |||
@@ -175,6 +175,8 @@ static void __nmk_config_pin(struct nmk_gpio_chip *nmk_chip, unsigned offset, | |||
175 | int slpm_output = PIN_SLPM_DIR(cfg); | 175 | int slpm_output = PIN_SLPM_DIR(cfg); |
176 | int slpm_val = PIN_SLPM_VAL(cfg); | 176 | int slpm_val = PIN_SLPM_VAL(cfg); |
177 | 177 | ||
178 | af = NMK_GPIO_ALT_GPIO; | ||
179 | |||
178 | /* | 180 | /* |
179 | * The SLPM_* values are normal values + 1 to allow zero to | 181 | * The SLPM_* values are normal values + 1 to allow zero to |
180 | * mean "same as normal". | 182 | * mean "same as normal". |