lkml.org 
[lkml]   [2005]   [Jun]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH -mm] dvb: dibusb needs license

From: Randy Dunlap <rdunlap@xenotime.net>

Module needs a license to prevent kernel tainting.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>

diffstat:=
drivers/media/dvb/dvb-usb/dibusb-common.c | 2 +-
drivers/media/dvb/dvb-usb/dvb-usb.h | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

diff -Naurp ./drivers/media/dvb/dvb-usb/dibusb-common.c~taint_dvb ./drivers/media/dvb/dvb-usb/dibusb-common.c
--- ./drivers/media/dvb/dvb-usb/dibusb-common.c~taint_dvb 2005-06-10 18:42:28.000000000 -0700
+++ ./drivers/media/dvb/dvb-usb/dibusb-common.c 2005-06-13 11:07:17.000000000 -0700
@@ -13,6 +13,7 @@
static int debug;
module_param(debug, int, 0644);
MODULE_PARM_DESC(debug, "set debugging level (1=info (|-able))." DVB_USB_DEBUG_STATUS);
+MODULE_LICENSE("GPL");

#define deb_info(args...) dprintk(debug,0x01,args)

@@ -269,4 +270,3 @@ int dibusb_rc_query(struct dvb_usb_devic
return 0;
}
EXPORT_SYMBOL(dibusb_rc_query);
-
diff -Naurp ./drivers/media/dvb/dvb-usb/dvb-usb.h~taint_dvb ./drivers/media/dvb/dvb-usb/dvb-usb.h
--- ./drivers/media/dvb/dvb-usb/dvb-usb.h~taint_dvb 2005-06-10 18:42:28.000000000 -0700
+++ ./drivers/media/dvb/dvb-usb/dvb-usb.h 2005-06-13 10:42:18.000000000 -0700
@@ -10,6 +10,7 @@

#include <linux/config.h>
#include <linux/input.h>
+#include <linux/module.h>
#include <linux/usb.h>

#include "dvb_frontend.h"

---
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-06-13 21:52    [W:0.180 / U:0.272 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site