aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-f7188x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio/gpio-f7188x.c')
-rw-r--r--drivers/gpio/gpio-f7188x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-f7188x.c b/drivers/gpio/gpio-f7188x.c
index 9cb8320e1181..8f73ee093739 100644
--- a/drivers/gpio/gpio-f7188x.c
+++ b/drivers/gpio/gpio-f7188x.c
@@ -135,6 +135,7 @@ static void f7188x_gpio_set(struct gpio_chip *chip, unsigned offset, int value);
135 .set = f7188x_gpio_set, \ 135 .set = f7188x_gpio_set, \
136 .base = _base, \ 136 .base = _base, \
137 .ngpio = _ngpio, \ 137 .ngpio = _ngpio, \
138 .can_sleep = true, \
138 }, \ 139 }, \
139 .regbase = _regbase, \ 140 .regbase = _regbase, \
140 } 141 }