]> git.karo-electronics.de Git - karo-tx-linux.git/commit
gpio: pca953x: Staticise pca953x_get_altdata()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 21 Nov 2011 17:57:25 +0000 (17:57 +0000)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 21 Nov 2011 19:53:15 +0000 (20:53 +0100)
commit404ba2b8f611bea3228daf031f03901d0c34ecd7
tree3ceb04ff5d1809553863107f45f21c2263c91c1b
parentcfcfc9eca2bcbd26a8e206baeb005b055dbf8e37
gpio: pca953x: Staticise pca953x_get_altdata()

It's not used outside of the driver so doesn't need to be exported, and
sparse notices this and complains about it.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/gpio/gpio-pca953x.c