diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c index b504364fd6444dfaf172125ce175c3230ce7343d..5a21a6acf8af98d577c429b5ea8e8f81d151b47b 100644 --- a/drivers/gpio/gpiolib.c +++ b/drivers/gpio/gpiolib.c @@ -653,7 +653,7 @@ static const struct file_operations lineevent_fileops = { #endif }; -irqreturn_t lineevent_irq_thread(int irq, void *p) +static irqreturn_t lineevent_irq_thread(int irq, void *p) { struct lineevent_state *le = p; struct gpioevent_data ge;