summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorAceLan Kao <acelan.kao@canonical.com>2019-03-27 11:00:42 +0800
committerHauke Mehrtens <hauke@hauke-m.de>2019-03-28 00:08:17 +0100
commit3705a3d4c43716ece89a1e60a06213b568d4e623 (patch)
treef569c4f6faf8e3dadf78b67c382df092f5098ffb /patches
parentc4ee2d41138e92bbaef4389ebfd03cd855613b32 (diff)
backports: remove mt76.patch
The patch patches/0013-fix-makefile-includes/mt76.patch was added in upstream Linux commit 85b7e2acd31b ("mt76: Add missing include of linux/module.h") which was added in v5.1-rc1 Signed-off-by: AceLan Kao <acelan.kao@canonical.com>
Diffstat (limited to 'patches')
-rw-r--r--patches/0013-fix-makefile-includes/mt76.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/patches/0013-fix-makefile-includes/mt76.patch b/patches/0013-fix-makefile-includes/mt76.patch
deleted file mode 100644
index 4f122c46..00000000
--- a/patches/0013-fix-makefile-includes/mt76.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/drivers/net/wireless/mediatek/mt76/mt76x0/usb_mcu.c
-+++ b/drivers/net/wireless/mediatek/mt76/mt76x0/usb_mcu.c
-@@ -15,6 +15,7 @@
- */
- #include <linux/kernel.h>
- #include <linux/firmware.h>
-+#include <linux/module.h>
-
- #include "mt76x0.h"
- #include "mcu.h"