]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame - src/patches/v4l-dvb_remove_backport_warning.patch
Remove python-satsolver module.
[people/teissler/ipfire-2.x.git] / src / patches / v4l-dvb_remove_backport_warning.patch
CommitLineData
f8177749
AF
1diff -Naur v4l-dvb-abd3aac6644e.org/v4l/compat.h v4l-dvb-abd3aac6644e/v4l/compat.h
2--- v4l-dvb-abd3aac6644e.org/v4l/compat.h 2010-07-02 05:38:54.000000000 +0200
3+++ v4l-dvb-abd3aac6644e/v4l/compat.h 2010-12-04 12:19:09.531056981 +0100
4@@ -14,8 +14,6 @@
5 #define INIT_DELAYED_WORK(a,b,c) INIT_WORK(a,b,c)
6 #endif
7
8-#define EXPERIMENTAL_TREE
9-
10 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 35)
11 #define usb_buffer_alloc(dev, size, mem_flags, dma) usb_alloc_coherent(dev, size, mem_flags, dma)
12 #define usb_buffer_free(dev, size, addr, dma) usb_free_coherent(dev, size, addr, dma)