[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080331090736.GD28445@cs181133002.pp.htv.fi>
Date: Mon, 31 Mar 2008 12:07:36 +0300
From: Adrian Bunk <bunk@...nel.org>
To: tglx@...utronix.de, adaplas@...il.com
Cc: linux-fbdev-devel@...ts.sourceforge.net,
linux-kernel@...r.kernel.org, Sam Ravnborg <sam@...nborg.org>
Subject: [2.6.25 patch] arch/x86/video/fbdev.c: add MODULE_LICENSE
This patch adds the missing MODULE_LICENSE("GPL").
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
745c0b8d5884386442d4765cae6330bfe7d459b2 diff --git a/arch/x86/video/fbdev.c b/arch/x86/video/fbdev.c
index 48fb38d..3cf2e9b 100644
--- a/arch/x86/video/fbdev.c
+++ b/arch/x86/video/fbdev.c
@@ -30,3 +30,5 @@ int fb_is_primary_device(struct fb_info *info)
return retval;
}
EXPORT_SYMBOL(fb_is_primary_device);
+
+MODULE_LICENSE("GPL");
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists