summaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/io.h
diff options
context:
space:
mode:
authorPaul Mundt2010-01-19 05:55:41 +0100
committerPaul Mundt2010-01-19 05:55:41 +0100
commitf33609344acfdde1c1acedf6de3efe6b80af93a6 (patch)
treed0a57730da1d09696ab63cb0af8998350c5d540c /arch/sh/include/asm/io.h
parentsh: Kill off duplicate address alignment in ioremap_fixed(). (diff)
downloadkernel-qcow2-linux-f33609344acfdde1c1acedf6de3efe6b80af93a6.tar.gz
kernel-qcow2-linux-f33609344acfdde1c1acedf6de3efe6b80af93a6.tar.xz
kernel-qcow2-linux-f33609344acfdde1c1acedf6de3efe6b80af93a6.zip
sh: Convert p3_ioremap() users to ioremap_prot().
This kills off the ancient p3_ioremap(), converting over to the more generic ioremap_prot() instead. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/io.h')
-rw-r--r--arch/sh/include/asm/io.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/include/asm/io.h b/arch/sh/include/asm/io.h
index 70269813cef1..c32a55601d01 100644
--- a/arch/sh/include/asm/io.h
+++ b/arch/sh/include/asm/io.h
@@ -328,7 +328,6 @@ ioremap_prot(resource_size_t offset, unsigned long size, unsigned long flags)
}
#define ioremap_nocache ioremap
-#define p3_ioremap __ioremap
#define iounmap __iounmap
#define maybebadio(port) \