The patch titled fb: Fix section mismatch in savagefb has been removed from the -mm tree. Its filename is fb-fix-section-mismatch-in-savagefb.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. From: Jean Delvare <khali@xxxxxxxxxxxx> Fix the following section mismatch: WARNING: drivers/video/savage/savagefb.o - Section mismatch: reference to .init.data: from .text.savagefb_probe after 'savagefb_probe' (at offset 0x5e2) Signed-off-by: Jean Delvare <khali@xxxxxxxxxxxx> Cc: "Antonino A. Daplas" <adaplas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/video/savage/savagefb_driver.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/savage/savagefb_driver.c~fb-fix-section-mismatch-in-savagefb drivers/video/savage/savagefb_driver.c --- devel/drivers/video/savage/savagefb_driver.c~fb-fix-section-mismatch-in-savagefb 2006-04-18 22:20:04.000000000 -0700 +++ devel-akpm/drivers/video/savage/savagefb_driver.c 2006-04-18 22:20:04.000000000 -0700 @@ -73,7 +73,7 @@ /* --------------------------------------------------------------------- */ -static char *mode_option __initdata = NULL; +static char *mode_option __devinitdata = NULL; #ifdef MODULE _ Patches currently in -mm which might be from khali@xxxxxxxxxxxx are origin.patch fs-fix-ocfs2-warning-when-debug_fs-is-not-enabled.patch scx200_acb-fix-for-cs5535-eratta.patch scx200_acb-use-pci-i-o-resource-when-appropriate.patch i2c-add-support-for-virtual-i2c-adapters.patch i2c-pca954x-i2c-mux-driver.patch i2c-mpc-fix-up-error-handling.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