]> Git Repo - linux.git/commitdiff
video: i740fb: Make i740fb_init static
authorSachin Kamat <[email protected]>
Thu, 27 Jun 2013 07:15:17 +0000 (12:45 +0530)
committerTomi Valkeinen <[email protected]>
Thu, 27 Jun 2013 08:57:30 +0000 (11:57 +0300)
i740fb_init is referenced only in this function. Make it static.

Signed-off-by: Sachin Kamat <[email protected]>
Cc: Tomi Valkeinen <[email protected]>
Cc: Ondrej Zary <[email protected]>
Signed-off-by: Tomi Valkeinen <[email protected]>
drivers/video/i740fb.c

index cfd0c52e8f737fb60a6279c668c90bf35a3ce24f..6c48388189505f4b92fa4746252700e15c1d9235 100644 (file)
@@ -1302,7 +1302,7 @@ static int  __init i740fb_setup(char *options)
 }
 #endif
 
-int __init i740fb_init(void)
+static int __init i740fb_init(void)
 {
 #ifndef MODULE
        char *option = NULL;
This page took 0.056186 seconds and 4 git commands to generate.