aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc
diff options
context:
space:
mode:
authorJochen Friedrich <jochen@scram.de>2008-01-24 16:16:03 +0100
committerKumar Gala <galak@kernel.crashing.org>2008-01-28 08:30:59 -0600
commit22f19daff442c3ff0d015b7e80b4eedab0231ade (patch)
tree7759bc1e4d2e54f2a812e270156b2afd273d317d /include/asm-ppc
parent[POWERPC] 83xx: Add default config file for Wind River SBC8349 board (diff)
downloadlinux-dev-22f19daff442c3ff0d015b7e80b4eedab0231ade.tar.xz
linux-dev-22f19daff442c3ff0d015b7e80b4eedab0231ade.zip
[POWERPC] 8xx: Remove unused m8xx_cpm_hostalloc/free/dump()
m8xx_cpm_hostalloc is still defined in commproc.c, but no users are left in the kernel tree. m8xx_cpm_hostfree and m8xx_cpm_hostdump are only defined in the headers. Remove this dead code. Signed-off-by: Jochen Friedrich <jochen@scram.de> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/asm-ppc')
-rw-r--r--include/asm-ppc/commproc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-ppc/commproc.h b/include/asm-ppc/commproc.h
index 462abb185f07..5418d6de1737 100644
--- a/include/asm-ppc/commproc.h
+++ b/include/asm-ppc/commproc.h
@@ -75,10 +75,6 @@ extern void *cpm_dpram_addr(unsigned long offset);
extern uint cpm_dpram_phys(u8* addr);
extern void cpm_setbrg(uint brg, uint rate);
-extern uint m8xx_cpm_hostalloc(uint size);
-extern int m8xx_cpm_hostfree(uint start);
-extern void m8xx_cpm_hostdump(void);
-
extern void cpm_load_patch(volatile immap_t *immr);
/* Buffer descriptors used by many of the CPM protocols.