diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-11-25 14:23:25 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-25 14:23:25 -0800 |
commit | 3116b22dd37ab36de3fa811cea2c7a7cff2a675a (patch) | |
tree | 980477114241b2d4bb18e9fcb6af2e703bb233bb /libs/dmx_usb_module/patches/002-fix-build-4.14.patch | |
parent | 3cce7bdd724c46a206ed15ecc54dda698dd19034 (diff) | |
parent | d97056efe5d98ab703370da315674ba9552eed79 (diff) |
Merge pull request #14012 from neheb/dmx
dmx_usb_module: update to 19.12.1
Diffstat (limited to 'libs/dmx_usb_module/patches/002-fix-build-4.14.patch')
-rw-r--r-- | libs/dmx_usb_module/patches/002-fix-build-4.14.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libs/dmx_usb_module/patches/002-fix-build-4.14.patch b/libs/dmx_usb_module/patches/002-fix-build-4.14.patch deleted file mode 100644 index e3ae11e82..000000000 --- a/libs/dmx_usb_module/patches/002-fix-build-4.14.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/dmx_usb.c -+++ b/dmx_usb.c -@@ -20,7 +20,7 @@ - #include <linux/module.h> - #include <linux/spinlock.h> - #include <linux/completion.h> --#include <asm/uaccess.h> -+#include <linux/uaccess.h> - #include <linux/usb.h> - #include <linux/version.h> - |