summaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/010-fix-uml-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/kernel/mac80211/patches/010-fix-uml-build.patch')
-rw-r--r--package/kernel/mac80211/patches/010-fix-uml-build.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/package/kernel/mac80211/patches/010-fix-uml-build.patch b/package/kernel/mac80211/patches/010-fix-uml-build.patch
deleted file mode 100644
index 0d53e0811e..0000000000
--- a/package/kernel/mac80211/patches/010-fix-uml-build.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/backport-include/asm/barrier.h
-+++ b/backport-include/asm/barrier.h
-@@ -1,9 +1,9 @@
--#ifndef __BACKPORT_ASM_GENERIC_BARRIER_H
--#define __BACKPORT_ASM_GENERIC_BARRIER_H
-+#ifndef __BACKPORT_ASM_BARRIER_H
-+#define __BACKPORT_ASM_BARRIER_H
- #include_next <asm/barrier.h>
-
- #ifndef dma_rmb
- #define dma_rmb() rmb()
- #endif
-
--#endif /* __BACKPORT_ASM_GENERIC_BARRIER_H */
-+#endif /* __BACKPORT_ASM_BARRIER_H */