x86: video/fbdev.c: add MODULE_LICENSE
authorAdrian Bunk <bunk@kernel.org>
Fri, 2 May 2008 20:32:32 +0000 (13:32 -0700)
committerIngo Molnar <mingo@elte.hu>
Sun, 4 May 2008 18:04:46 +0000 (20:04 +0200)
Add the missing MODULE_LICENSE("GPL").

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/video/fbdev.c

index 4db42bf..6952768 100644 (file)
@@ -1,5 +1,4 @@
 /*
- *
  * Copyright (C) 2007 Antonino Daplas <adaplas@gmail.com>
  *
  * This file is subject to the terms and conditions of the GNU General Public
@@ -29,3 +28,4 @@ int fb_is_primary_device(struct fb_info *info)
        return retval;
 }
 EXPORT_SYMBOL(fb_is_primary_device);
+MODULE_LICENSE("GPL");