diff options
Diffstat (limited to 'cpu/arm920t/ks8695/serial.c')
| -rw-r--r-- | cpu/arm920t/ks8695/serial.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/cpu/arm920t/ks8695/serial.c b/cpu/arm920t/ks8695/serial.c index 0dd91e7dd..aacd1be63 100644 --- a/cpu/arm920t/ks8695/serial.c +++ b/cpu/arm920t/ks8695/serial.c @@ -25,6 +25,8 @@  #error "Bad: you didn't configure serial ..."  #endif +DECLARE_GLOBAL_DATA_PTR; +  /*   *	Define the UART hardware register access structure.   */ @@ -54,7 +56,6 @@ int serial_console = 1;  void serial_setbrg(void)  { -	DECLARE_GLOBAL_DATA_PTR;  	volatile struct ks8695uart *uartp = KS8695_UART_ADDR;  	/* Set to global baud rate and 8 data bits, no parity, 1 stop bit*/ |