backports: fix typo "TIMKEEPING" and fix gfp.h
[openwrt/staging/blogic.git] / backport / backport-include / linux / gfp.h
1 #ifndef __BACKPORT_LINUX_GFP_H
2 #define __BACKPORT_LINUX_GFP_H
3 #include_next <linux/gfp.h>
4
5 #ifndef ___GFP_KSWAPD_RECLAIM
6 #define ___GFP_KSWAPD_RECLAIM 0x0u
7 #endif
8
9 #ifndef __GFP_KSWAPD_RECLAIM
10 #define __GFP_KSWAPD_RECLAIM ((__force gfp_t)___GFP_KSWAPD_RECLAIM) /* kswapd can wake */
11 #endif
12
13 #endif /* __BACKPORT_LINUX_GFP_H */