diff options
author | Kyle McMartin <kyle@redhat.com> | 2013-05-25 18:54:25 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2014-11-09 23:59:28 +0100 |
commit | dedd24a12fe6735898feeb06184ee346907abb5d (patch) | |
tree | f9af92260ade583686652ef77179f7926a50839d /arch/powerpc/include/asm/io.h | |
parent | powerpc/ftrace: simplify prepare_ftrace_return (diff) | |
download | linux-dedd24a12fe6735898feeb06184ee346907abb5d.tar.xz linux-dedd24a12fe6735898feeb06184ee346907abb5d.zip |
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/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) #define clrsetbits_8(addr, clear, set) clrsetbits(8, addr, clear, set) -void __iomem *devm_ioremap_prot(struct device *dev, resource_size_t offset, - size_t size, unsigned long flags); - #endif /* __KERNEL__ */ #endif /* _ASM_POWERPC_IO_H */ |