diff options
Diffstat (limited to 'drivers/gpio/gpio-ks8695.c')
-rw-r--r-- | drivers/gpio/gpio-ks8695.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-ks8695.c b/drivers/gpio/gpio-ks8695.c index a3ac66ea364b..464a83de0d6a 100644 --- a/drivers/gpio/gpio-ks8695.c +++ b/drivers/gpio/gpio-ks8695.c | |||
@@ -228,7 +228,7 @@ static struct gpio_chip ks8695_gpio_chip = { | |||
228 | .to_irq = ks8695_gpio_to_irq, | 228 | .to_irq = ks8695_gpio_to_irq, |
229 | .base = 0, | 229 | .base = 0, |
230 | .ngpio = 16, | 230 | .ngpio = 16, |
231 | .can_sleep = 0, | 231 | .can_sleep = false, |
232 | }; | 232 | }; |
233 | 233 | ||
234 | /* Register the GPIOs */ | 234 | /* Register the GPIOs */ |