Skip to content

Commit

Permalink
[PATCH] skeletonfb: remove duplicate module init, exit, license lines
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arnaldo Carvalho de Melo authored and Linus Torvalds committed Jun 26, 2006
1 parent f77f50c commit dc1c43e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/video/skeletonfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -906,11 +906,6 @@ static void __exit xxxfb_exit(void)
}
#endif

MODULE_LICENSE("GPL");
module_init(xxxfb_init);
module_exit(xxxfb_exit);


/*
* Setup
*/
Expand Down

0 comments on commit dc1c43e

Please sign in to comment.