From f10fae02403fb8af141b0a440074a944ccd63504 Mon Sep 17 00:00:00 2001 From: Pete Popov Date: Thu, 14 Jul 2005 00:17:05 +0000 Subject: Fix the fixup_bigphys_addr compile problem. Signed-off-by: Ralf Baechle --- include/asm-mips/mach-au1x00/ioremap.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/asm-mips/mach-au1x00') diff --git a/include/asm-mips/mach-au1x00/ioremap.h b/include/asm-mips/mach-au1x00/ioremap.h index f1c8c1087115..d3ec6274575a 100644 --- a/include/asm-mips/mach-au1x00/ioremap.h +++ b/include/asm-mips/mach-au1x00/ioremap.h @@ -12,7 +12,9 @@ #include #include -#ifndef CONFIG_64BIT_PHYS_ADDR +#ifdef CONFIG_64BIT_PHYS_ADDR +extern phys_t __fixup_bigphys_addr(phys_t, phys_t); +#else static inline phys_t __fixup_bigphys_addr(phys_t phys_addr, phys_t size) { return phys_addr; -- cgit v1.2.2