aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/fixmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/fixmap.h')
-rw-r--r--arch/mips/include/asm/fixmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/include/asm/fixmap.h b/arch/mips/include/asm/fixmap.h
index 98bcc98cf29b..dfaaf493e9d4 100644
--- a/arch/mips/include/asm/fixmap.h
+++ b/arch/mips/include/asm/fixmap.h
@@ -95,7 +95,7 @@ static inline unsigned long fix_to_virt(const unsigned int idx)
95 if (idx >= __end_of_fixed_addresses) 95 if (idx >= __end_of_fixed_addresses)
96 __this_fixmap_does_not_exist(); 96 __this_fixmap_does_not_exist();
97 97
98 return __fix_to_virt(idx); 98 return __fix_to_virt(idx);
99} 99}
100 100
101static inline unsigned long virt_to_fix(const unsigned long vaddr) 101static inline unsigned long virt_to_fix(const unsigned long vaddr)
@@ -111,7 +111,7 @@ static inline unsigned long virt_to_fix(const unsigned long vaddr)
111 * Called from pgtable_init() 111 * Called from pgtable_init()
112 */ 112 */
113extern void fixrange_init(unsigned long start, unsigned long end, 113extern void fixrange_init(unsigned long start, unsigned long end,
114 pgd_t *pgd_base); 114 pgd_t *pgd_base);
115 115
116 116
117#endif 117#endif