summaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/io.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-01-19 13:55:41 +0900
committerPaul Mundt <lethal@linux-sh.org>2010-01-19 13:55:41 +0900
commitf33609344acfdde1c1acedf6de3efe6b80af93a6 (patch)
treed0a57730da1d09696ab63cb0af8998350c5d540c /arch/sh/include/asm/io.h
parentacf2c9685fb8295cb62a623d7358a1cfde8b07ea (diff)
downloadlinux-f33609344acfdde1c1acedf6de3efe6b80af93a6.tar.bz2
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) \