diff options
Diffstat (limited to 'drivers/video/fbmem.c')
-rw-r--r-- | drivers/video/fbmem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/fbmem.c b/drivers/video/fbmem.c index 2222de6ad844..40784a944d05 100644 --- a/drivers/video/fbmem.c +++ b/drivers/video/fbmem.c | |||
@@ -1164,6 +1164,7 @@ static void __exit | |||
1164 | fbmem_exit(void) | 1164 | fbmem_exit(void) |
1165 | { | 1165 | { |
1166 | class_destroy(fb_class); | 1166 | class_destroy(fb_class); |
1167 | unregister_chrdev(FB_MAJOR, "fb"); | ||
1167 | } | 1168 | } |
1168 | 1169 | ||
1169 | module_exit(fbmem_exit); | 1170 | module_exit(fbmem_exit); |