The patch titled make pm3fb_init() static again has been added to the -mm tree. Its filename is pm3fb-mtrr-support-and-noaccel-option-make-pm3fb_init-static-again.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: make pm3fb_init() static again From: Adrian Bunk <bunk@xxxxxxxxxx> pm3fb_init() needlessly became global. Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx> Cc: Krzysztof Helt <krzysztof.h1@xxxxx> Cc: Antonino Daplas <adaplas@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/pm3fb.c | 4 +--- 1 files changed, 1 insertion(+), 3 deletions(-) diff -puN drivers/video/pm3fb.c~pm3fb-mtrr-support-and-noaccel-option-make-pm3fb_init-static-again drivers/video/pm3fb.c --- a/drivers/video/pm3fb.c~pm3fb-mtrr-support-and-noaccel-option-make-pm3fb_init-static-again +++ a/drivers/video/pm3fb.c @@ -798,8 +798,6 @@ static void pm3fb_write_mode(struct fb_i /* * hardware independent functions */ -int pm3fb_init(void); - static int pm3fb_check_var(struct fb_var_screeninfo *var, struct fb_info *info) { u32 lpitch; @@ -1419,7 +1417,7 @@ static int __init pm3fb_setup(char *opti } #endif /* MODULE */ -int __init pm3fb_init(void) +static int __init pm3fb_init(void) { /* * For kernel boot options (in 'video=pm3fb:<options>' format) _ Patches currently in -mm which might be from bunk@xxxxxxxxxx are kconfig-syntax-cleanups.patch pm3fb-mtrr-support-and-noaccel-option-make-pm3fb_init-static-again.patch sysctl-error-on-bad-sysctl-tables-kernel-sysctl_checkc-must-include-linux-stringh.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html