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

Commit dc1c43e9 authored by Arnaldo Carvalho de Melo's avatar Arnaldo Carvalho de Melo Committed by Linus Torvalds
Browse files

[PATCH] skeletonfb: remove duplicate module init, exit, license lines

parent f77f50ca
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -906,11 +906,6 @@ static void __exit xxxfb_exit(void)
}
#endif

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


    /*
     *  Setup
     */