aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/fb_hx8340bn.c
diff options
context:
space:
mode:
authorFrederic Jacob <frederic.jacob.78@gmail.com>2015-02-07 21:15:25 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-01 17:12:43 -0800
commitcc060ed086995922cf36edc46359045092821cf2 (patch)
tree367c44ecddfef47dd539c04fee9d8e44584e82de /drivers/staging/fbtft/fb_hx8340bn.c
parentStaging: rtl8192u: ieee80211: Add blank line after declarations (diff)
downloadlinux-dev-cc060ed086995922cf36edc46359045092821cf2.tar.xz
linux-dev-cc060ed086995922cf36edc46359045092821cf2.zip
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>
Diffstat (limited to 'drivers/staging/fbtft/fb_hx8340bn.c')
-rw-r--r--drivers/staging/fbtft/fb_hx8340bn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/fbtft/fb_hx8340bn.c b/drivers/staging/fbtft/fb_hx8340bn.c
index 3939502f2c81..26a987a68b07 100644
--- a/drivers/staging/fbtft/fb_hx8340bn.c
+++ b/drivers/staging/fbtft/fb_hx8340bn.c
@@ -108,7 +108,7 @@ static int init_display(struct fbtft_par *par)
return 0;
}
-void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye)
+static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye)
{
fbtft_par_dbg(DEBUG_SET_ADDR_WIN, par,
"%s(xs=%d, ys=%d, xe=%d, ye=%d)\n", __func__, xs, ys, xe, ye);