diff options
author | Jochen Friedrich <jochen@scram.de> | 2008-01-24 10:16:03 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-28 09:30:59 -0500 |
commit | 22f19daff442c3ff0d015b7e80b4eedab0231ade (patch) | |
tree | 7759bc1e4d2e54f2a812e270156b2afd273d317d /include | |
parent | 7607341a265a56cdf8b4bf10d355098e80ea481b (diff) |
[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')
-rw-r--r-- | include/asm-powerpc/commproc.h | 4 | ||||
-rw-r--r-- | include/asm-ppc/commproc.h | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-powerpc/commproc.h b/include/asm-powerpc/commproc.h index 9e3b8648648c..97575219ea8b 100644 --- a/include/asm-powerpc/commproc.h +++ b/include/asm-powerpc/commproc.h | |||
@@ -87,10 +87,6 @@ extern uint cpm_dpram_phys(u8* addr); | |||
87 | 87 | ||
88 | extern void cpm_setbrg(uint brg, uint rate); | 88 | extern void cpm_setbrg(uint brg, uint rate); |
89 | 89 | ||
90 | extern uint m8xx_cpm_hostalloc(uint size); | ||
91 | extern int m8xx_cpm_hostfree(uint start); | ||
92 | extern void m8xx_cpm_hostdump(void); | ||
93 | |||
94 | extern void cpm_load_patch(cpm8xx_t *cp); | 90 | extern void cpm_load_patch(cpm8xx_t *cp); |
95 | 91 | ||
96 | /* Buffer descriptors used by many of the CPM protocols. | 92 | /* Buffer descriptors used by many of the CPM protocols. |
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); | |||
75 | extern uint cpm_dpram_phys(u8* addr); | 75 | extern uint cpm_dpram_phys(u8* addr); |
76 | extern void cpm_setbrg(uint brg, uint rate); | 76 | extern void cpm_setbrg(uint brg, uint rate); |
77 | 77 | ||
78 | extern uint m8xx_cpm_hostalloc(uint size); | ||
79 | extern int m8xx_cpm_hostfree(uint start); | ||
80 | extern void m8xx_cpm_hostdump(void); | ||
81 | |||
82 | extern void cpm_load_patch(volatile immap_t *immr); | 78 | extern void cpm_load_patch(volatile immap_t *immr); |
83 | 79 | ||
84 | /* Buffer descriptors used by many of the CPM protocols. | 80 | /* Buffer descriptors used by many of the CPM protocols. |