diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2007-06-13 00:52:54 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-06-14 08:30:15 -0400 |
commit | 90ac19a8b21ba2621ddd7beb2dc96152e78270b7 (patch) | |
tree | e1901e1053dc805c022d1bdd651b3f935d31c600 /include/asm-powerpc/pgtable-ppc32.h | |
parent | 4db68bfe71940c0851bc81041ade6dc293fe2b96 (diff) |
[POWERPC] Abolish iopa(), mm_ptov(), io_block_mapping() from arch/powerpc
These old-fashioned IO mapping functions no longer have any callers in
code which remains relevant on arch/powerpc. Therefore, this removes
them from arch/powerpc.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/pgtable-ppc32.h')
-rw-r--r-- | include/asm-powerpc/pgtable-ppc32.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-powerpc/pgtable-ppc32.h b/include/asm-powerpc/pgtable-ppc32.h index c863bdb2889c..c18ac821ce44 100644 --- a/include/asm-powerpc/pgtable-ppc32.h +++ b/include/asm-powerpc/pgtable-ppc32.h | |||
@@ -756,8 +756,6 @@ extern void paging_init(void); | |||
756 | extern void cache_clear(__u32 addr, int length); | 756 | extern void cache_clear(__u32 addr, int length); |
757 | extern void cache_push(__u32 addr, int length); | 757 | extern void cache_push(__u32 addr, int length); |
758 | extern int mm_end_of_chunk (unsigned long addr, int len); | 758 | extern int mm_end_of_chunk (unsigned long addr, int len); |
759 | extern unsigned long iopa(unsigned long addr); | ||
760 | extern unsigned long mm_ptov(unsigned long addr) __attribute_const__; | ||
761 | 759 | ||
762 | /* Values for nocacheflag and cmode */ | 760 | /* Values for nocacheflag and cmode */ |
763 | /* These are not used by the APUS kernel_map, but prevents | 761 | /* These are not used by the APUS kernel_map, but prevents |