From cc060ed086995922cf36edc46359045092821cf2 Mon Sep 17 00:00:00 2001 From: Frederic Jacob Date: Sat, 7 Feb 2015 21:15:25 -0500 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed