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 = {  	.get			= arizona_gpio_get,  	.direction_output	= arizona_gpio_direction_out,  	.set			= arizona_gpio_set, -	.can_sleep		= 1, +	.can_sleep		= true,  };  static int arizona_gpio_probe(struct platform_device *pdev) | 
