diff options
author | Alexander Guy <alexander.guy@guy-engineering.com> | 2012-04-12 15:26:49 -0400 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2012-04-15 17:44:02 -0400 |
commit | 366ee7c2289cc307259166fe8c2f093920c1e575 (patch) | |
tree | 23cd5982c3536c5dea81b1e0f46966f7d1dbc6b3 /drivers/video/skeletonfb.c | |
parent | 688ec344a62e85f221d7a310a1209cf9b1209fd3 (diff) |
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>
Diffstat (limited to 'drivers/video/skeletonfb.c')
-rw-r--r-- | drivers/video/skeletonfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/skeletonfb.c b/drivers/video/skeletonfb.c index 30f7a815a62b..5b6abc6de84b 100644 --- a/drivers/video/skeletonfb.c +++ b/drivers/video/skeletonfb.c | |||
@@ -1036,6 +1036,6 @@ static void __exit xxxfb_exit(void) | |||
1036 | */ | 1036 | */ |
1037 | 1037 | ||
1038 | module_init(xxxfb_init); | 1038 | module_init(xxxfb_init); |
1039 | module_exit(xxxfb_remove); | 1039 | module_exit(xxxfb_exit); |
1040 | 1040 | ||
1041 | MODULE_LICENSE("GPL"); | 1041 | MODULE_LICENSE("GPL"); |