]> git.sur5r.net Git - u-boot/blobdiff - drivers/serial/s3c64xx.c
S5P: serial: Use the inline function instead of static value
[u-boot] / drivers / serial / s3c64xx.c
index 6d22df7cf4ee7bdad47093e36ee227094dd68d28..a88e930945d4928945f6041bdfe61a14c70c0f70 100644 (file)
@@ -25,6 +25,8 @@
 
 #include <asm/arch/s3c6400.h>
 
+DECLARE_GLOBAL_DATA_PTR;
+
 #ifdef CONFIG_SERIAL1
 #define UART_NR        S3C64XX_UART0
 
@@ -68,7 +70,6 @@ static const int udivslot[] = {
 
 void serial_setbrg(void)
 {
-       DECLARE_GLOBAL_DATA_PTR;
        s3c64xx_uart *const uart = s3c64xx_get_base_uart(UART_NR);
        u32 pclk = get_PCLK();
        u32 baudrate = gd->baudrate;