gpiolib: make lineevent_irq_thread static
authorBen Dooks <ben.dooks@codethink.co.uk>
Fri, 17 Jun 2016 15:03:13 +0000 (16:03 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Sat, 18 Jun 2016 09:04:56 +0000 (11:04 +0200)
commit33265b17e06e2d84900efebfa8620d2f5bfcc5de
tree89bdf8a9f496f6bb3ef9e86376d6bcae5942bedb
parente2f608be640a126da50be605e1a81b988c9ac0d6
gpiolib: make lineevent_irq_thread static

The lineevent_irq_thread is not exported, so make it static
to fix the following warning:

drivers/gpio/gpiolib.c:654:13: warning: symbol 'lineevent_irq_thread' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpiolib.c