aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2006-07-13 03:52:04 -0400
committerStephen Rothwell <sfr@canb.auug.org.au>2006-07-13 04:42:03 -0400
commitdac411e7aa92d23dadbcb8721845ab88577294c7 (patch)
tree38cca1b9999c44db1ebf1aea53879a2130f85c7f /include/asm-powerpc
parenta749690ecf7ab55aa46df1698bcee3ec110612df (diff)
[POWERPC] iseries: Move e2a()/strne2a() into their only caller
The ASCII -> EBCDIC functions, e2a() and strne2a() are now only used in dt.c, so move them in there. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r--include/asm-powerpc/system.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-powerpc/system.h b/include/asm-powerpc/system.h
index d075725bf444..5deb7bc7bb1f 100644
--- a/include/asm-powerpc/system.h
+++ b/include/asm-powerpc/system.h
@@ -169,11 +169,6 @@ extern u32 booke_wdt_enabled;
169extern u32 booke_wdt_period; 169extern u32 booke_wdt_period;
170#endif /* CONFIG_BOOKE_WDT */ 170#endif /* CONFIG_BOOKE_WDT */
171 171
172/* EBCDIC -> ASCII conversion for [0-9A-Z] on iSeries */
173extern unsigned char e2a(unsigned char);
174extern unsigned char* strne2a(unsigned char *dest,
175 const unsigned char *src, size_t n);
176
177struct device_node; 172struct device_node;
178extern void note_scsi_host(struct device_node *, void *); 173extern void note_scsi_host(struct device_node *, void *);
179 174