commit | cc060ed086995922cf36edc46359045092821cf2 | [log] [tgz] |
---|---|---|
author | Frederic Jacob <frederic.jacob.78@gmail.com> | Sat Feb 07 21:15:25 2015 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Mar 01 17:12:43 2015 -0800 |
tree | 367c44ecddfef47dd539c04fee9d8e44584e82de | |
parent | babcf83806cfd6cb7efe33d833146bd125938899 [diff] |
Staging: fbtft: Fix Sparse warnings This fixes the folowing sparse warnings: fb_hx8340bn.c:111:6: warning: symbol 'set_addr_win' was not declared. Should it be static? fbtft_device.c:32:19: warning: symbol 'spi_device' was not declared. Should it be static? fbtft_device.c:33:24: warning: symbol 'p_device' was not declared. Should it be static? Signed-off-by: Frederic Jacob <frederic.jacob.78@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>