summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mbx8xx/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-01-20 19:37:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-01-20 19:37:52 +0000
commitb4a0a8d055963ea1789279f64a4f019abe02219d (patch)
treed09c3b55ccf06779d62eff66f609b0cb632242da /c/src/lib/libbsp/powerpc/mbx8xx/include
parent2005-01-20 Sergei Organov <osv@@topconrd.ru> (diff)
downloadrtems-b4a0a8d055963ea1789279f64a4f019abe02219d.tar.bz2
2005-01-20 Joel Sherrill <joel@OARcorp.com>
* include/commproc.h: The variable cpmp was not used anywhere but console.c and was static in console.c, so should not have been in this file as extern.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mbx8xx/include')
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/include/commproc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/include/commproc.h b/c/src/lib/libbsp/powerpc/mbx8xx/include/commproc.h
index 602bf220d3..252842b1f9 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/include/commproc.h
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/include/commproc.h
@@ -61,7 +61,6 @@
/* Export the base address of the communication processor registers
* and dual port ram.
*/
-extern cpm8xx_t *cpmp; /* Pointer to comm processor */
unsigned int m8xx_cpm_dpalloc(unsigned int size);
unsigned int m8xx_cpm_hostalloc(unsigned int size);
void m8xx_cpm_setbrg(unsigned int brg, unsigned int rate);