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.
This commit is contained in:
Joel Sherrill
2005-01-20 19:37:52 +00:00
parent 3e528b77b5
commit b4a0a8d055
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
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.
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org> 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V. * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.

View File

@@ -61,7 +61,6 @@
/* Export the base address of the communication processor registers /* Export the base address of the communication processor registers
* and dual port ram. * and dual port ram.
*/ */
extern cpm8xx_t *cpmp; /* Pointer to comm processor */
unsigned int m8xx_cpm_dpalloc(unsigned int size); unsigned int m8xx_cpm_dpalloc(unsigned int size);
unsigned int m8xx_cpm_hostalloc(unsigned int size); unsigned int m8xx_cpm_hostalloc(unsigned int size);
void m8xx_cpm_setbrg(unsigned int brg, unsigned int rate); void m8xx_cpm_setbrg(unsigned int brg, unsigned int rate);