media: dvb-usb-dibusb-mc-common: Add MODULE_LICENSE (Closes: #853110)

This commit is contained in:
Ben Hutchings 2017-02-17 02:56:32 +00:00
parent 4e1df53c24
commit 92d269eac2
3 changed files with 30 additions and 0 deletions

1
debian/changelog vendored
View File

@ -258,6 +258,7 @@ linux (4.9.10-1) UNRELEASED; urgency=medium
* [x86] platform: acer-wmi: setup accelerometer when machine has appropriate
notify event (Closes: #853067)
* [x86] xen: Fix APIC id mismatch warning on Intel (Closes: #853193)
* media: dvb-usb-dibusb-mc-common: Add MODULE_LICENSE (Closes: #853110)
[ Roger Shimizu ]
* [armel] ARM: dts: orion5x-lschl: Fix model name

View File

@ -0,0 +1,28 @@
From: Ben Hutchings <ben@decadent.org.uk>
Date: Fri, 17 Feb 2017 02:51:21 +0000
Subject: [media] dvb-usb-dibusb-mc-common: Add MODULE_LICENSE
Bug-Debian: https://bugs.debian.org/853110
dvb-usb-dibusb-mc-common is licensed under GPLv2, and if we don't say
so then it won't even load since it needs a GPL-only symbol.
Reported-by: Dominique Dumont <dod@debian.org>
References: https://bugs.debian.org/853110
Cc: stable@vger.kernel.org # 4.9+
Fixes: e91455a1495a ("[media] dvb-usb: split out common parts of dibusb")
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
drivers/media/usb/dvb-usb/dibusb-mc-common.c | 2 ++
1 file changed, 2 insertions(+)
--- a/drivers/media/usb/dvb-usb/dibusb-mc-common.c
+++ b/drivers/media/usb/dvb-usb/dibusb-mc-common.c
@@ -12,6 +12,8 @@
#include <linux/kconfig.h>
#include "dibusb.h"
+MODULE_LICENSE("GPL");
+
/* 3000MC/P stuff */
// Config Adjacent channels Perf -cal22
static struct dibx000_agc_config dib3000p_mt2060_agc_config = {

View File

@ -78,6 +78,7 @@ bugfix/all/ath9k-fix-null-pointer-dereference.patch
bugfix/all/nbd-fix-64-bit-division.patch
bugfix/all/pegasus-use-heap-buffers-for-all-register-access.patch
bugfix/all/net-ipv6-check-route-protocol-when-deleting-routes.patch
bugfix/all/media-dvb-usb-dibusb-mc-common-add-module_license.patch
# Miscellaneous features