sunxi: improve A20 Lime2 upload speed
[openwrt/staging/lynxis.git] / package / kernel / mac80211 / patches / 090-remove-cred.patch
1 This is only needed for kernel < 2.6.29 and conflicts with kernel 4.4.42
2
3 --- a/backport-include/linux/cred.h
4 +++ /dev/null
5 @@ -1,10 +0,0 @@
6 -#ifndef __BACKPORT_LINUX_CRED_H
7 -#define __BACKPORT_LINUX_CRED_H
8 -#include_next <linux/cred.h>
9 -#include <linux/version.h>
10 -
11 -#ifndef current_user_ns
12 -#define current_user_ns() (current->nsproxy->user_ns)
13 -#endif
14 -
15 -#endif /* __BACKPORT_LINUX_CRED_H */