The patch titled skeletonfb: remove duplicate module init, exit, license lines has been removed from the -mm tree. Its filename is skeletonfb-remove-duplicate-module-init-exit-license-lines.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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> Acked-by: "Antonino A. Daplas" <adaplas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/video/skeletonfb.c | 5 ----- 1 file changed, 5 deletions(-) diff -puN drivers/video/skeletonfb.c~skeletonfb-remove-duplicate-module-init-exit-license-lines drivers/video/skeletonfb.c --- a/drivers/video/skeletonfb.c~skeletonfb-remove-duplicate-module-init-exit-license-lines +++ a/drivers/video/skeletonfb.c @@ -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 origin.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