Commit 464d8a54a0ca7827a2278e2122e5eb22462ae044

Authored by Sachin Kamat
Committed by Tomi Valkeinen
1 parent 66be736921

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/video/i740fb.c
... ... @@ -1302,7 +1302,7 @@
1302 1302 }
1303 1303 #endif
1304 1304  
1305   -int __init i740fb_init(void)
  1305 +static int __init i740fb_init(void)
1306 1306 {
1307 1307 #ifndef MODULE
1308 1308 char *option = NULL;