diff options
author | Jean-Christophe PLAGNIOL-VILLARD | 2008-12-07 09:45:35 +0100 |
---|---|---|
committer | Remy Böhmer | 2008-12-09 21:12:41 +0100 |
commit | dedacc18a8c2b3951581eb721fa055a4e0ac4845 (patch) | |
tree | c45225a251c7fbc224329f1d1b8db8187ff06003 /drivers/serial/usbtty.c | |
parent | 13d36ec849785453953d00220b2c7dc66644a3c2 (diff) |
usbtty/omap: update to current API
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Remy Böhmer <linux@bohmer.net>
Diffstat (limited to 'drivers/serial/usbtty.c')
-rw-r--r-- | drivers/serial/usbtty.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/serial/usbtty.c b/drivers/serial/usbtty.c index e738c562714..7eba470e496 100644 --- a/drivers/serial/usbtty.c +++ b/drivers/serial/usbtty.c @@ -22,16 +22,14 @@ */ #include <common.h> - +#include <config.h> #include <circbuf.h> #include <devices.h> #include "usbtty.h" #include "usb_cdc_acm.h" #include "usbdescriptors.h" -#include <config.h> /* If defined, override Linux identifiers with - * vendor specific ones */ -#if 0 +#ifdef DEBUG #define TTYDBG(fmt,args...)\ serial_printf("[%s] %s %d: "fmt, __FILE__,__FUNCTION__,__LINE__,##args) #else |