From b4a0a8d055963ea1789279f64a4f019abe02219d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 20 Jan 2005 19:37:52 +0000 Subject: 2005-01-20 Joel Sherrill * 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. --- c/src/lib/libbsp/powerpc/mbx8xx/include/commproc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'c/src/lib/libbsp/powerpc/mbx8xx/include') 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); -- cgit v1.2.3