aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/skeletonfb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/skeletonfb.c')
-rw-r--r--drivers/video/skeletonfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/skeletonfb.c b/drivers/video/skeletonfb.c
index 30f7a815a62..5b6abc6de84 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
1038module_init(xxxfb_init); 1038module_init(xxxfb_init);
1039module_exit(xxxfb_remove); 1039module_exit(xxxfb_exit);
1040 1040
1041MODULE_LICENSE("GPL"); 1041MODULE_LICENSE("GPL");