summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/io.h
diff options
context:
space:
mode:
authorKyle McMartin <kyle@redhat.com>2013-05-25 12:54:25 -0400
committerMichael Ellerman <mpe@ellerman.id.au>2014-11-10 09:59:28 +1100
commitdedd24a12fe6735898feeb06184ee346907abb5d (patch)
treef9af92260ade583686652ef77179f7926a50839d /arch/powerpc/include/asm/io.h
parentb3c18725a0eb7ea2458e9ae3b7e5a477f52e361f (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/asm/io.h')
-rw-r--r--arch/powerpc/include/asm/io.h3
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 */