From: "Arnaldo Carvalho de Melo" Signed-off-by: Arnaldo Carvalho de Melo Cc: "Antonino A. Daplas" Signed-off-by: Andrew Morton --- 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 */ _