diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-11-22 13:31:46 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-11-22 13:31:46 +0000 |
commit | d6ea3e24d49f94051305b5191edd10d213f92bf3 (patch) | |
tree | d92ba23cf07ca211cd6100bb144831295b2bea54 /target/linux/coldfire/patches/100-compile_fixes.patch | |
parent | d066a4c712aae3cd1aaa5108f7cd2cae81c6343b (diff) | |
download | mtk-20170518-d6ea3e24d49f94051305b5191edd10d213f92bf3.zip mtk-20170518-d6ea3e24d49f94051305b5191edd10d213f92bf3.tar.gz mtk-20170518-d6ea3e24d49f94051305b5191edd10d213f92bf3.tar.bz2 |
remove 2.6.25 support
SVN-Revision: 24088
Diffstat (limited to 'target/linux/coldfire/patches/100-compile_fixes.patch')
-rw-r--r-- | target/linux/coldfire/patches/100-compile_fixes.patch | 21 |
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 0f0694e..0000000 --- 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> |