linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle.com>
To: linux-fbdev@vger.kernel.org
Subject: [PATCH] mb862xxfb: fix acceleration module license
Date: Fri, 02 Apr 2010 18:57:38 +0000	[thread overview]
Message-ID: <20100402115738.b7adabf0.randy.dunlap@oracle.com> (raw)

From: Randy Dunlap <randy.dunlap@oracle.com>

mb862xxfb_accel built as a separate module, but it does not
have a MODULE_LICENSE, so it taints the kernel.  Add a
MODULE_LICENSE to it (same as mb862xxfb license).

mb862xxfb_accel: module license 'unspecified' taints kernel.

or should mb862xxfb_accel be built into the mb862xxfb
binary file instead?

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Alexander Shishkin <virtuoso@slind.org>
Cc: Valentin Sitdikov <valentin.sitdikov@siemens.com>
---
 drivers/video/mb862xx/mb862xxfb_accel.c |    3 +++
 1 file changed, 3 insertions(+)

--- lnx-2634-rc3.orig/drivers/video/mb862xx/mb862xxfb_accel.c
+++ lnx-2634-rc3/drivers/video/mb862xx/mb862xxfb_accel.c
@@ -16,6 +16,7 @@
 #include <linux/delay.h>
 #include <linux/init.h>
 #include <linux/interrupt.h>
+#include <linux/module.h>
 #include <linux/pci.h>
 #if defined(CONFIG_OF)
 #include <linux/of_platform.h>
@@ -329,3 +330,5 @@ void mb862xxfb_init_accel(struct fb_info
 	info->fix.accel = 0xff;	/*FIXME: add right define */
 }
 EXPORT_SYMBOL(mb862xxfb_init_accel);
+
+MODULE_LICENSE("GPL v2");

             reply	other threads:[~2010-04-02 18:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-02 18:57 Randy Dunlap [this message]
2010-04-05 20:54 ` [PATCH] mb862xxfb: fix acceleration module license Alexander Shishkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100402115738.b7adabf0.randy.dunlap@oracle.com \
    --to=randy.dunlap@oracle.com \
    --cc=linux-fbdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).