Commit 366ee7c2 authored by Alexander Guy's avatar Alexander Guy Committed by Florian Tobias Schandinat

skeletonfb: fixed module exit function typo.

Signed-off-by: default avatarAlexander Guy <alexander.guy@guy-engineering.com>
Signed-off-by: default avatarFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
parent 688ec344
......@@ -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");
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