From: Adrian Bunk This patch makes a needlessly global function static. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton --- dev/null | 0 drivers/video/fbmem.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/fbmem.c~drivers-video-fbmemc-make-a-function-static drivers/video/fbmem.c --- 25/drivers/video/fbmem.c~drivers-video-fbmemc-make-a-function-static Mon May 2 16:28:33 2005 +++ 25-akpm/drivers/video/fbmem.c Mon May 2 16:28:33 2005 @@ -1312,7 +1312,7 @@ int fb_get_options(char *name, char **op * Returns zero. * */ -int __init video_setup(char *options) +static int __init video_setup(char *options) { int i, global = 0; diff -L drivers/video/fbmem.c.old -puN /dev/null /dev/null _