From: Lorenzo Stoakes Date: Fri, 20 Mar 2015 15:22:12 +0000 (+0000) Subject: staging: sm750fb: Make internal functions static X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~69 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d93abd15c84bd2598d0b59ab93f72bf3527cf51a;p=pandora-kernel.git staging: sm750fb: Make internal functions static This patch declares externally unavailable functions static. This fixes the following sparse warnings:- drivers/staging/sm750fb/ddk750_hwi2c.c:63:6: warning: symbol 'hwI2CWaitTXDone' was not declared. Should it be static? drivers/staging/sm750fb/ddk750_hwi2c.c:93:14: warning: symbol 'hwI2CWriteData' was not declared. Should it be static? drivers/staging/sm750fb/ddk750_hwi2c.c:160:14: warning: symbol 'hwI2CReadData' was not declared. Should it be static? Signed-off-by: Lorenzo Stoakes Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed