summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Dummer <martin.dummer@ts.fujitsu.com>2017-03-12 14:26:36 +0100
committerMichał Górny <mgorny@gentoo.org>2017-07-12 07:45:53 +0200
commitad0fd3bd8b2b8de0d9980f825ad4258294d21ac5 (patch)
treef1599b79cd0e74662a066d42b14f687d141d988c /media-tv/v4l-dvb-saa716x/files
parentdev-ruby/http-cookie: add ruby24 (diff)
downloadgentoo-ad0fd3bd8b2b8de0d9980f825ad4258294d21ac5.tar.gz
gentoo-ad0fd3bd8b2b8de0d9980f825ad4258294d21ac5.tar.bz2
gentoo-ad0fd3bd8b2b8de0d9980f825ad4258294d21ac5.zip
media-tv/v4l-dvb-saa716x: updated ebuild for kernel 4.6 and up, #612420
Also fix repoman issue: shorten the ebuild description Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'media-tv/v4l-dvb-saa716x/files')
-rw-r--r--media-tv/v4l-dvb-saa716x/files/v4l-dvb-saa716x-4.6.0-fix-compile.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/media-tv/v4l-dvb-saa716x/files/v4l-dvb-saa716x-4.6.0-fix-compile.patch b/media-tv/v4l-dvb-saa716x/files/v4l-dvb-saa716x-4.6.0-fix-compile.patch
new file mode 100644
index 000000000000..5aeaabd29af1
--- /dev/null
+++ b/media-tv/v4l-dvb-saa716x/files/v4l-dvb-saa716x-4.6.0-fix-compile.patch
@@ -0,0 +1,24 @@
+--- a/linux/drivers/media/common/saa716x/saa716x_pci.c 2017-02-26 18:48:27.196949325 +0100
++++ b/linux/drivers/media/common/saa716x/saa716x_pci.c 2017-02-26 18:50:28.149283794 +0100
+@@ -1,9 +1,6 @@
+ #include <asm/atomic.h>
+ #include <linux/spinlock_types.h>
+-#include <asm/io.h>
+ #include <asm/processor.h>
+-#include <asm/pgtable.h>
+-#include <asm/page.h>
+ #include <linux/kmod.h>
+ #include <linux/vmalloc.h>
+ #include <linux/init.h>
+@@ -20,11 +17,6 @@
+
+ #define DRIVER_NAME "SAA716x Core"
+
+-static irqreturn_t saa716x_msi_handler(int irq, void *dev_id)
+-{
+- return IRQ_HANDLED;
+-}
+-
+ static int saa716x_enable_msi(struct saa716x_dev *saa716x)
+ {
+ struct pci_dev *pdev = saa716x->pdev;