aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-06-27 03:15:17 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-06-27 04:57:30 -0400
commit464d8a54a0ca7827a2278e2122e5eb22462ae044 (patch)
tree0c042a2520ac484b497da604dbc9df8b35de964c /drivers/video
parent66be736921f955192ad4f75f2db38c903b191f3b (diff)
video: i740fb: Make i740fb_init static
i740fb_init is referenced only in this function. Make it static. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Cc: Tomi Valkeinen <tomi.valkeinen@ti.com> Cc: Ondrej Zary <linux@rainbow-software.org> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/i740fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/i740fb.c b/drivers/video/i740fb.c
index cfd0c52e8f73..6c4838818950 100644
--- a/drivers/video/i740fb.c
+++ b/drivers/video/i740fb.c
@@ -1302,7 +1302,7 @@ static int __init i740fb_setup(char *options)
1302} 1302}
1303#endif 1303#endif
1304 1304
1305int __init i740fb_init(void) 1305static int __init i740fb_init(void)
1306{ 1306{
1307#ifndef MODULE 1307#ifndef MODULE
1308 char *option = NULL; 1308 char *option = NULL;