diff options
Diffstat (limited to 'arch/x86/include/asm/io.h')
-rw-r--r-- | arch/x86/include/asm/io.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/io.h b/arch/x86/include/asm/io.h index b8237d8a1e0c..ae2b593e7c6e 100644 --- a/arch/x86/include/asm/io.h +++ b/arch/x86/include/asm/io.h | |||
@@ -310,8 +310,8 @@ BUILDIO(b, b, char) | |||
310 | BUILDIO(w, w, short) | 310 | BUILDIO(w, w, short) |
311 | BUILDIO(l, , int) | 311 | BUILDIO(l, , int) |
312 | 312 | ||
313 | extern void *xlate_dev_mem_ptr(unsigned long phys); | 313 | extern void *xlate_dev_mem_ptr(phys_addr_t phys); |
314 | extern void unxlate_dev_mem_ptr(unsigned long phys, void *addr); | 314 | extern void unxlate_dev_mem_ptr(phys_addr_t phys, void *addr); |
315 | 315 | ||
316 | extern int ioremap_change_attr(unsigned long vaddr, unsigned long size, | 316 | extern int ioremap_change_attr(unsigned long vaddr, unsigned long size, |
317 | unsigned long prot_val); | 317 | unsigned long prot_val); |