commit | 33265b17e06e2d84900efebfa8620d2f5bfcc5de | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Fri Jun 17 16:03:13 2016 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Sat Jun 18 11:04:56 2016 +0200 |
tree | 89bdf8a9f496f6bb3ef9e86376d6bcae5942bedb | |
parent | e2f608be640a126da50be605e1a81b988c9ac0d6 [diff] |
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>