summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.26/906-pim_h_compile_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.26/906-pim_h_compile_fix.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.26/906-pim_h_compile_fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.26/906-pim_h_compile_fix.patch b/target/linux/generic-2.6/patches-2.6.26/906-pim_h_compile_fix.patch
deleted file mode 100644
index 51ca9746c..000000000
--- a/target/linux/generic-2.6/patches-2.6.26/906-pim_h_compile_fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/include/linux/pim.h
-+++ b/include/linux/pim.h
-@@ -9,7 +9,7 @@
- __u8 pim_type:4, /* PIM message type */
- pim_ver:4; /* PIM version */
- #elif defined(__BIG_ENDIAN_BITFIELD)
-- __u8 pim_ver:4; /* PIM version */
-+ __u8 pim_ver:4, /* PIM version */
- pim_type:4; /* PIM message type */
- #endif
- __u8 pim_rsv; /* Reserved */