aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/system.h')
-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 7307aa775671..b6d330fe8ed3 100644
--- a/include/asm-powerpc/system.h
+++ b/include/asm-powerpc/system.h
@@ -168,11 +168,6 @@ extern u32 booke_wdt_enabled;
168extern u32 booke_wdt_period; 168extern u32 booke_wdt_period;
169#endif /* CONFIG_BOOKE_WDT */ 169#endif /* CONFIG_BOOKE_WDT */
170 170
171/* EBCDIC -> ASCII conversion for [0-9A-Z] on iSeries */
172extern unsigned char e2a(unsigned char);
173extern unsigned char* strne2a(unsigned char *dest,
174 const unsigned char *src, size_t n);
175
176struct device_node; 171struct device_node;
177extern void note_scsi_host(struct device_node *, void *); 172extern void note_scsi_host(struct device_node *, void *);
178 173