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:
Alexander Guy 2012-04-12 12:26:49 -07:00 committed by Florian Tobias Schandinat
parent 688ec344a6
commit 366ee7c228

View file

@ -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");