Commit dc1c43e9 authored by Arnaldo Carvalho de Melo's avatar Arnaldo Carvalho de Melo Committed by Linus Torvalds

[PATCH] skeletonfb: remove duplicate module init, exit, license lines

Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@mandriva.com>
Acked-by: default avatar"Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent f77f50ca
......@@ -906,11 +906,6 @@ static void __exit xxxfb_exit(void)
}
#endif
MODULE_LICENSE("GPL");
module_init(xxxfb_init);
module_exit(xxxfb_exit);
/*
* Setup
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment