From: Randy Dunlap <[email protected]>
Module needs a license to prevent kernel tainting.
Signed-off-by: Randy Dunlap <[email protected]>
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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]