aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-twl4030.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio/gpio-twl4030.c')
-rw-r--r--drivers/gpio/gpio-twl4030.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-twl4030.c b/drivers/gpio/gpio-twl4030.c
index f9996899c1f2..8b88ca2eda9c 100644
--- a/drivers/gpio/gpio-twl4030.c
+++ b/drivers/gpio/gpio-twl4030.c
@@ -396,7 +396,7 @@ static struct gpio_chip template_chip = {
396 .direction_output = twl_direction_out, 396 .direction_output = twl_direction_out,
397 .set = twl_set, 397 .set = twl_set,
398 .to_irq = twl_to_irq, 398 .to_irq = twl_to_irq,
399 .can_sleep = 1, 399 .can_sleep = true,
400}; 400};
401 401
402/*----------------------------------------------------------------------*/ 402/*----------------------------------------------------------------------*/