]> git.sur5r.net Git - u-boot/blobdiff - drivers/serial/ns9750_serial.c
Merge branch 'elf_reloc'
[u-boot] / drivers / serial / ns9750_serial.c
index 02c0d3952099c58cf4a8034adf55ae4f51ea8877..e9645a053de19166153314f5fe3b0022d65d3a66 100644 (file)
@@ -28,8 +28,6 @@
 
 #include <common.h>
 
-#ifdef CFG_NS9750_UART
-
 #include "ns9750_bbus.h"       /* for GPIOs */
 #include "ns9750_ser.h"                /* for serial configuration */
 
@@ -210,5 +208,3 @@ static unsigned int calcRxCharGapRegister( void )
 {
        return NS9750_SER_RX_CHAR_TIMER_TRUN;
 }
-
-#endif /* CFG_NS9750_UART */