Staging: fbtft: Fix Sparse warnings
authorFrederic Jacob <frederic.jacob.78@gmail.com>
Sun, 8 Feb 2015 02:15:25 +0000 (21:15 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Mar 2015 01:12:43 +0000 (17:12 -0800)
commitcc060ed086995922cf36edc46359045092821cf2
tree367c44ecddfef47dd539c04fee9d8e44584e82de
parentbabcf83806cfd6cb7efe33d833146bd125938899
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>
drivers/staging/fbtft/fb_hx8340bn.c
drivers/staging/fbtft/fbtft_device.c
This page took 0.025691 seconds and 5 git commands to generate.