dect
/
linux-2.6
Archived
13
0
Fork 0

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

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Acked-by: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Arnaldo Carvalho de Melo 2006-06-26 00:26:51 -07:00 committed by Linus Torvalds
parent f77f50ca1a
commit dc1c43e972
1 changed files with 0 additions and 5 deletions

View File

@ -906,11 +906,6 @@ static void __exit xxxfb_exit(void)
}
#endif
MODULE_LICENSE("GPL");
module_init(xxxfb_init);
module_exit(xxxfb_exit);
/*
* Setup
*/