Skip to content

Commit

Permalink
skeletonfb: fixed module exit function typo.
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Guy <alexander.guy@guy-engineering.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
  • Loading branch information
Alexander Guy authored and Florian Tobias Schandinat committed Apr 15, 2012
1 parent 688ec34 commit 366ee7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/skeletonfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,6 @@ static void __exit xxxfb_exit(void)
*/

module_init(xxxfb_init);
module_exit(xxxfb_remove);
module_exit(xxxfb_exit);

MODULE_LICENSE("GPL");

0 comments on commit 366ee7c

Please sign in to comment.