mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-26 18:43:33 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue