The patch titled make pm3fb_init() static again has been removed from the -mm tree. Its filename was pm3fb-mtrr-support-and-noaccel-option-make-pm3fb_init-static-again.patch This patch was dropped because it was folded into pm3fb-mtrr-support-and-noaccel-option.patch ------------------------------------------------------ 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 origin.patch uml-fix-inlines.patch i-oat-add-support-for-msi-and-msi-x.patch pm3fb-mtrr-support-and-noaccel-option.patch pm3fb-mtrr-support-and-noaccel-option-make-pm3fb_init-static-again.patch bitmaph-remove-dead-artifacts.patch sysctl-parport-remove-binary-paths-fix.patch sysctl-error-on-bad-sysctl-tables-kernel-sysctl_checkc-must-include-linux-stringh.patch memory-controller-add-per-container-lru-and-reclaim-v7-cleanup.patch memory-controller-add-switch-to-control-what-type-of-pages-to-limit-v7-cleanup.patch remove-asm-bitopsh-includes.patch forbid-asm-bitopsh-direct-inclusion.patch alpha-lock-bitops-fix.patch reiser4-cryptcompress-misc-fixups-make-3-functions-static.patch remove-asm-bitopsh-includes-reiser4.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