summaryrefslogtreecommitdiffstats
path: root/target/linux/coldfire/patches/100-compile_fixes.patch
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-11-22 13:31:46 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-11-22 13:31:46 +0000
commit02028358c7be16b3a798973bd88432ca68cfdfdf (patch)
treea5e99f7798071ae6ca4b0fbd43d490c0987393db /target/linux/coldfire/patches/100-compile_fixes.patch
parent12a0868f9234d1b7cbf7141959276c809169819b (diff)
[coldfire]: remove 2.6.25 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24088 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/coldfire/patches/100-compile_fixes.patch')
-rw-r--r--target/linux/coldfire/patches/100-compile_fixes.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/coldfire/patches/100-compile_fixes.patch b/target/linux/coldfire/patches/100-compile_fixes.patch
deleted file mode 100644
index 0f0694e2f..000000000
--- a/target/linux/coldfire/patches/100-compile_fixes.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/include/asm-m68k/cf_pgtable.h
-+++ b/include/asm-m68k/cf_pgtable.h
-@@ -176,7 +176,7 @@ extern inline pte_t pte_modify(pte_t pte
-
- #define pmd_set(pmdp, ptep) do {} while (0)
-
--extern inline void pgd_set(pgd_t *pgdp, pmd_t *pmdp)
-+static inline void pgd_set(pgd_t *pgdp, pmd_t *pmdp)
- {
- pgd_val(*pgdp) = virt_to_phys(pmdp);
- }
---- a/arch/m68k/mm/cf-mmu.c
-+++ b/arch/m68k/mm/cf-mmu.c
-@@ -21,6 +21,7 @@
- #include <linux/blkdev.h>
- #endif
- #include <linux/bootmem.h>
-+#include <linux/highmem.h>
-
- #include <asm/setup.h>
- #include <asm/uaccess.h>