x86, ioapic: Only print ioapic debug information for IRQs belonging to an ioapic...
[pandora-kernel.git] / arch / x86 / video / fbdev.c
index 48fb38d..c5ffb6a 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * arch/i386/video/fbdev.c - i386 Framebuffer
- *
  * Copyright (C) 2007 Antonino Daplas <adaplas@gmail.com>
  *
  * This file is subject to the terms and conditions of the GNU General Public
@@ -10,6 +8,7 @@
  */
 #include <linux/fb.h>
 #include <linux/pci.h>
+#include <linux/module.h>
 
 int fb_is_primary_device(struct fb_info *info)
 {
@@ -30,3 +29,4 @@ int fb_is_primary_device(struct fb_info *info)
        return retval;
 }
 EXPORT_SYMBOL(fb_is_primary_device);
+MODULE_LICENSE("GPL");