diff options
Diffstat (limited to 'cpu/mpc5xx/serial.c')
| -rw-r--r-- | cpu/mpc5xx/serial.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cpu/mpc5xx/serial.c b/cpu/mpc5xx/serial.c index 48687829e..ac5556f05 100644 --- a/cpu/mpc5xx/serial.c +++ b/cpu/mpc5xx/serial.c @@ -34,6 +34,7 @@  #include <command.h>  #include <mpc5xx.h> +DECLARE_GLOBAL_DATA_PTR;  /*   * Local function prototypes @@ -128,7 +129,6 @@ int serial_tstc()  void serial_setbrg (void)  { -	DECLARE_GLOBAL_DATA_PTR;  	volatile immap_t *immr = (immap_t *)CFG_IMMR;  	short scxbr; |