Skip to content

Commit

Permalink
video: i740fb: Make i740fb_init static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sachin Kamat authored and Tomi Valkeinen committed Jun 27, 2013
1 parent 66be736 commit 464d8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/i740fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 464d8a5

Please sign in to comment.