diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-01-18 23:55:41 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-01-18 23:55:41 -0500 |
commit | f33609344acfdde1c1acedf6de3efe6b80af93a6 (patch) | |
tree | d0a57730da1d09696ab63cb0af8998350c5d540c /arch/sh/include/asm/io.h | |
parent | acf2c9685fb8295cb62a623d7358a1cfde8b07ea (diff) |
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.h | 1 |
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) | |||
328 | } | 328 | } |
329 | 329 | ||
330 | #define ioremap_nocache ioremap | 330 | #define ioremap_nocache ioremap |
331 | #define p3_ioremap __ioremap | ||
332 | #define iounmap __iounmap | 331 | #define iounmap __iounmap |
333 | 332 | ||
334 | #define maybebadio(port) \ | 333 | #define maybebadio(port) \ |