From: Arnaldo Carvalho de Melo Date: Mon, 26 Jun 2006 07:26:51 +0000 (-0700) Subject: [PATCH] skeletonfb: remove duplicate module init, exit, license lines X-Git-Tag: firefly_0821_release~35073 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dc1c43e972c95b82416cc87258dbc037d6de5923;p=firefly-linux-kernel-4.4.55.git [PATCH] skeletonfb: remove duplicate module init, exit, license lines Signed-off-by: Arnaldo Carvalho de Melo Acked-by: "Antonino A. Daplas" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/video/skeletonfb.c b/drivers/video/skeletonfb.c index 9b707771d757..67f429e93189 100644 --- a/drivers/video/skeletonfb.c +++ b/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 */