From: Vincent Bernat Date: Fri, 1 Aug 2014 08:29:30 +0000 (+0200) Subject: staging: visorchipset: fix sparse warnings about static declaration X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d746cb55b036da18f8cdcf76c9604d8e74315827;p=pandora-kernel.git staging: visorchipset: fix sparse warnings about static declaration Some functions were prototyped as static but the actual definition wasn't. While this is valid (the function is static because the two declarations don't conflict and the first one is static), this makes sparse unhappy and cause confusion of normal people too. Signed-off-by: Vincent Bernat Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed