diff options
Diffstat (limited to 'drivers/gpio/gpio-twl4030.c')
-rw-r--r-- | drivers/gpio/gpio-twl4030.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-twl4030.c b/drivers/gpio/gpio-twl4030.c index 0c7e891c8651..cd06678a29f7 100644 --- a/drivers/gpio/gpio-twl4030.c +++ b/drivers/gpio/gpio-twl4030.c | |||
@@ -386,7 +386,7 @@ static struct gpio_chip template_chip = { | |||
386 | .direction_output = twl_direction_out, | 386 | .direction_output = twl_direction_out, |
387 | .set = twl_set, | 387 | .set = twl_set, |
388 | .to_irq = twl_to_irq, | 388 | .to_irq = twl_to_irq, |
389 | .can_sleep = 1, | 389 | .can_sleep = true, |
390 | }; | 390 | }; |
391 | 391 | ||
392 | /*----------------------------------------------------------------------*/ | 392 | /*----------------------------------------------------------------------*/ |