diff options
author | Kyle McMartin <kyle@redhat.com> | 2013-05-25 12:54:25 -0400 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2014-11-09 17:59:28 -0500 |
commit | dedd24a12fe6735898feeb06184ee346907abb5d (patch) | |
tree | f9af92260ade583686652ef77179f7926a50839d /arch/powerpc/include | |
parent | b3c18725a0eb7ea2458e9ae3b7e5a477f52e361f (diff) |
powerpc: Remove unused devm_ioremap_prot()
Added in 2008, but has never had any in-tree users, and no other
architectures provide it.
Signed-off-by: Kyle McMartin <kyle@redhat.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include')
-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 */ |