From: Peter Poklop Date: Wed, 18 Mar 2015 19:15:57 +0000 (+0100) Subject: Staging: fbtft: add declaration of non-static functions X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~290 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3e5df43488f7c6c5e91578ec9c7fdda5cd36167;p=pandora-kernel.git Staging: fbtft: add declaration of non-static functions This patch fixes these sparse warnings: drivers/staging/fbtft/fbtft-sysfs.c:23:5: warning: symbol 'fbtft_gamma_parse_str' was not declared. Should it be static? drivers/staging/fbtft/fbtft-sysfs.c:153:6: warning: symbol 'fbtft_expand_debug_value' was not declared. Should it be static? drivers/staging/fbtft/fbtft-sysfs.c:209:6: warning: symbol 'fbtft_sysfs_init' was not declared. Should it be static? drivers/staging/fbtft/fbtft-sysfs.c:216:6: warning: symbol 'fbtft_sysfs_exit' was not declared. Should it be static? Signed-off-by: Peter Poklop Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed