mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-29 15:14:18 +08:00
[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:
parent
f77f50ca1a
commit
dc1c43e972
@ -906,11 +906,6 @@ static void __exit xxxfb_exit(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
module_init(xxxfb_init);
|
||||
module_exit(xxxfb_exit);
|
||||
|
||||
|
||||
/*
|
||||
* Setup
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user