forked from luck/tmp_suning_uos_patched
skeletonfb: fixed module exit function typo.
Signed-off-by: Alexander Guy <alexander.guy@guy-engineering.com> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
This commit is contained in:
parent
688ec344a6
commit
366ee7c228
|
@ -1036,6 +1036,6 @@ static void __exit xxxfb_exit(void)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
module_init(xxxfb_init);
|
module_init(xxxfb_init);
|
||||||
module_exit(xxxfb_remove);
|
module_exit(xxxfb_exit);
|
||||||
|
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user