提交 366ee7c2 编写于 作者: A Alexander Guy 提交者: Florian Tobias Schandinat

skeletonfb: fixed module exit function typo.

Signed-off-by: NAlexander Guy <alexander.guy@guy-engineering.com>
Signed-off-by: NFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
上级 688ec344
...@@ -1036,6 +1036,6 @@ static void __exit xxxfb_exit(void) ...@@ -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");
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册