Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

skeletonfb: fixed module exit function typo.

parent 688ec344
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");