From: Rashika Kheria Date: Sat, 21 Dec 2013 10:14:13 +0000 (+0530) Subject: drivers: sm7xxfb: Mark function as static in sm7xxfb.c X-Git-Tag: v3.14-rc1~150^2~135 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22bf290e881fdde508cae50dfcd549b46723eaa5;p=pandora-kernel.git drivers: sm7xxfb: Mark function as static in sm7xxfb.c Mark function smtcfb_setmode() as static in sm7xxfb.c because it is not used outside this file. This eliminates the following warning in sm7xxfb.c: drivers/staging/sm7xxfb/sm7xxfb.c:588:6: warning: no previous prototype for ‘smtcfb_setmode’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Acked-by: Javier M. Mellid Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed