drivers: sm7xxfb: Mark function as static in sm7xxfb.c
authorRashika Kheria <rashika.kheria@gmail.com>
Sat, 21 Dec 2013 10:14:13 +0000 (15:44 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Jan 2014 23:45:24 +0000 (15:45 -0800)
commit22bf290e881fdde508cae50dfcd549b46723eaa5
treee89210aaee6b25f8471ece3617348e35c8935053
parent634fc892de68c6d02de54dcf2bbc281bbf6961a3
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 <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Acked-by: Javier M. Mellid <jmunhoz@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm7xxfb/sm7xxfb.c