aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/090-remove-cred.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/kernel/mac80211/patches/090-remove-cred.patch')
-rw-r--r--package/kernel/mac80211/patches/090-remove-cred.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/package/kernel/mac80211/patches/090-remove-cred.patch b/package/kernel/mac80211/patches/090-remove-cred.patch
deleted file mode 100644
index 3adb2afb86..0000000000
--- a/package/kernel/mac80211/patches/090-remove-cred.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-This is only needed for kernel < 2.6.29 and conflicts with kernel 4.4.42
-
---- a/backport-include/linux/cred.h
-+++ /dev/null
-@@ -1,10 +0,0 @@
--#ifndef __BACKPORT_LINUX_CRED_H
--#define __BACKPORT_LINUX_CRED_H
--#include_next <linux/cred.h>
--#include <linux/version.h>
--
--#ifndef current_user_ns
--#define current_user_ns() (current->nsproxy->user_ns)
--#endif
--
--#endif /* __BACKPORT_LINUX_CRED_H */