The patch titled skeletonfb: remove duplicate module init, exit, license lines has been added to the -mm tree. Its filename is skeletonfb-remove-duplicate-module-init-exit-license-lines.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: skeletonfb: remove duplicate module init, exit, license lines From: "Arnaldo Carvalho de Melo" <acme@xxxxxxxxxxxxxxxxxx> Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxxxx> Cc: "Antonino A. Daplas" <adaplas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/video/skeletonfb.c | 5 ----- 1 files changed, 5 deletions(-) diff -puN drivers/video/skeletonfb.c~skeletonfb-remove-duplicate-module-init-exit-license-lines drivers/video/skeletonfb.c --- 25/drivers/video/skeletonfb.c~skeletonfb-remove-duplicate-module-init-exit-license-lines Thu Jun 1 15:23:36 2006 +++ 25-akpm/drivers/video/skeletonfb.c Thu Jun 1 15:23:36 2006 @@ -906,11 +906,6 @@ static void __exit xxxfb_exit(void) } #endif -MODULE_LICENSE("GPL"); -module_init(xxxfb_init); -module_exit(xxxfb_exit); - - /* * Setup */ _ Patches currently in -mm which might be from acme@xxxxxxxxxxxxxxxxxx are skeletonfb-remove-duplicate-module-init-exit-license-lines.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