staging: fbtft: fbtft-core mark functions static
authorKrzysztof Adamski <k@japko.eu>
Thu, 22 Jan 2015 18:08:58 +0000 (19:08 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Jan 2015 12:07:36 +0000 (20:07 +0800)
commited2084360d040a39be1ac9101b13c6fb0146f323
tree60260942f14c3c1a507366d80b0d6435c96b529d
parent6f6304b85f734dab956cbacc017fcdbe48693d51
staging: fbtft: fbtft-core mark functions static

This fixes sparse warnings like:
     warning: symbol XXX was not declared. Should it be static?

by declaring all local functions static.

Signed-off-by: Krzysztof Adamski <k@japko.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/fbtft-core.c