[adm5120] fix USB driver to compile even if USB_DEBUG is disabled
authorGabor Juhos <juhosg@openwrt.org>
Fri, 2 Nov 2007 08:59:37 +0000 (08:59 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Fri, 2 Nov 2007 08:59:37 +0000 (08:59 +0000)
SVN-Revision: 9483

target/linux/adm5120/files/drivers/usb/host/adm5120-dbg.c

index bb83450eb5d6cd6721859b26da087d0acbdbeefa..7a0c73cc5fa2d6329e893008d122115f5b4b7e15 100644 (file)
@@ -9,8 +9,6 @@
 
 /*-------------------------------------------------------------------------*/
 
-#ifdef DEBUG
-
 static inline char *ed_typestring(int ed_type)
 {
        switch (ed_type) {
@@ -72,6 +70,8 @@ static inline char *td_togglestring(u32 info)
        return "?TOGGLE";
 }
 
+#ifdef DEBUG
+
 /* debug| print the main components of an URB
  * small: 0) header + data packets 1) just header
  */
@@ -377,6 +377,8 @@ static inline void admhc_dump_up(const struct admhcd *ahcd, const char *label,
        const struct urb_priv *up) {}
 static inline void admhc_dump_ed(const struct admhcd *ahcd, const char *label,
        const struct ed *ed, int verbose) {}
+static inline void admhc_dump_td(const struct admhcd *ahcd, const char *label,
+       const struct td *td) {}
 static inline void admhc_dump(struct admhcd *ahcd, int verbose) {}
 
 #undef ADMHC_VERBOSE_DEBUG