gpio: stmpe: Staticize non-exported symbols
authorAxel Lin <axel.lin@ingics.com>
Fri, 10 May 2013 09:32:28 +0000 (17:32 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 30 May 2013 17:20:22 +0000 (19:20 +0200)
commit8700d0afc8ec3bc93f1105a94babfec6f9573b82
treee7d2f0e66dec050de4d4c46df911d89a85350f7c
parent1cdd8d52ecbedbce1cbac063aa5715810a228ab3
gpio: stmpe: Staticize non-exported symbols

Both stmpe_gpio_irq_map() and stmpe_gpio_irq_unmap() are not referenced
outside of this file, make them static.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-stmpe.c