diff options
Diffstat (limited to 'drivers/gpio/gpio-arizona.c')
-rw-r--r-- | drivers/gpio/gpio-arizona.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-arizona.c b/drivers/gpio/gpio-arizona.c index dceb5dcf9d16..29bdff558981 100644 --- a/drivers/gpio/gpio-arizona.c +++ b/drivers/gpio/gpio-arizona.c | |||
@@ -91,7 +91,7 @@ static struct gpio_chip template_chip = { | |||
91 | .get = arizona_gpio_get, | 91 | .get = arizona_gpio_get, |
92 | .direction_output = arizona_gpio_direction_out, | 92 | .direction_output = arizona_gpio_direction_out, |
93 | .set = arizona_gpio_set, | 93 | .set = arizona_gpio_set, |
94 | .can_sleep = 1, | 94 | .can_sleep = true, |
95 | }; | 95 | }; |
96 | 96 | ||
97 | static int arizona_gpio_probe(struct platform_device *pdev) | 97 | static int arizona_gpio_probe(struct platform_device *pdev) |