diff --git a/drivers/staging/greybus/gpio.c b/drivers/staging/greybus/gpio.c index c41812ad7415..6c653ad2f578 100644 --- a/drivers/staging/greybus/gpio.c +++ b/drivers/staging/greybus/gpio.c @@ -384,7 +384,7 @@ static int gb_gpio_request_recv(u8 type, struct gb_operation *op) } local_irq_disable(); -#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 2, 0) +#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 3, 0) generic_handle_irq_desc(irq, desc); #else generic_handle_irq_desc(desc);