diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-02 23:48:30 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-08-03 02:24:52 +0200 |
commit | 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c (patch) | |
tree | fc05bf5db93e5a9c1712d24a5efdff94685063c2 /drivers/serial/usbtty.c | |
parent | 4cd7e6528f61ec669755c3754bb4f9779874fab3 (diff) | |
download | u-boot-imx-81091f58f0c58ecd26c5b05de2ae20ca6cdb521c.zip u-boot-imx-81091f58f0c58ecd26c5b05de2ae20ca6cdb521c.tar.gz u-boot-imx-81091f58f0c58ecd26c5b05de2ae20ca6cdb521c.tar.bz2 |
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.c | 5 |
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 |