diff options
Diffstat (limited to 'arch/powerpc/include/asm/io.h')
-rw-r--r-- | arch/powerpc/include/asm/io.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/include/asm/io.h b/arch/powerpc/include/asm/io.h index 97d3869991ca..5f0ad8904f65 100644 --- a/arch/powerpc/include/asm/io.h +++ b/arch/powerpc/include/asm/io.h | |||
@@ -851,9 +851,6 @@ static inline void * bus_to_virt(unsigned long address) | |||
851 | 851 | ||
852 | #define clrsetbits_8(addr, clear, set) clrsetbits(8, addr, clear, set) | 852 | #define clrsetbits_8(addr, clear, set) clrsetbits(8, addr, clear, set) |
853 | 853 | ||
854 | void __iomem *devm_ioremap_prot(struct device *dev, resource_size_t offset, | ||
855 | size_t size, unsigned long flags); | ||
856 | |||
857 | #endif /* __KERNEL__ */ | 854 | #endif /* __KERNEL__ */ |
858 | 855 | ||
859 | #endif /* _ASM_POWERPC_IO_H */ | 856 | #endif /* _ASM_POWERPC_IO_H */ |