forked from Imagelibrary/rtems
libcpu/powerpc/mpc8260/cpm/brg.c: Remove unneed extern
This commit is contained in:
@@ -56,7 +56,6 @@ m8xx_get_brg_cd (int baud)
|
|||||||
{
|
{
|
||||||
int divisor;
|
int divisor;
|
||||||
int div16 = 0;
|
int div16 = 0;
|
||||||
extern uint32_t bsp_serial_per_sec;
|
|
||||||
|
|
||||||
divisor = ((bsp_serial_per_sec) + (baud / 2)) / baud;
|
divisor = ((bsp_serial_per_sec) + (baud / 2)) / baud;
|
||||||
if (divisor > 4096) {
|
if (divisor > 4096) {
|
||||||
|
|||||||
Reference in New Issue
Block a user