summaryrefslogtreecommitdiff
path: root/drivers/serial/usbtty.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/usbtty.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/usbtty.c')
-rw-r--r--drivers/serial/usbtty.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/serial/usbtty.c b/drivers/serial/usbtty.c
index 2bc5c3c..e738c56 100644
--- a/drivers/serial/usbtty.c
+++ b/drivers/serial/usbtty.c
@@ -23,8 +23,6 @@
#include <common.h>
-#ifdef CONFIG_USB_TTY
-
#include <circbuf.h>
#include <devices.h>
#include "usbtty.h"
@@ -1007,6 +1005,3 @@ void usbtty_poll (void)
udc_irq();
}
-
-
-#endif