summaryrefslogtreecommitdiff
path: root/drivers/serial/s3c4510b_uart.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-08-02 21:48:30 (GMT)
committerWolfgang Denk <wd@denx.de>2008-08-03 00:24:52 (GMT)
commit81091f58f0c58ecd26c5b05de2ae20ca6cdb521c (patch)
treefc05bf5db93e5a9c1712d24a5efdff94685063c2 /drivers/serial/s3c4510b_uart.c
parent4cd7e6528f61ec669755c3754bb4f9779874fab3 (diff)
downloadu-boot-81091f58f0c58ecd26c5b05de2ae20ca6cdb521c.tar.xz
drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'drivers/serial/s3c4510b_uart.c')
-rw-r--r--drivers/serial/s3c4510b_uart.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/serial/s3c4510b_uart.c b/drivers/serial/s3c4510b_uart.c
index ddcd591..aa378e1 100644
--- a/drivers/serial/s3c4510b_uart.c
+++ b/drivers/serial/s3c4510b_uart.c
@@ -45,8 +45,6 @@
#include <common.h>
-#ifdef CONFIG_DRIVER_S3C4510_UART
-
#include <asm/hardware.h>
#include "s3c4510b_uart.h"
@@ -212,5 +210,3 @@ void serial_puts (const char *s)
uart->m_ctrl.bf.sendBreak = 0;
}
-
-#endif