summaryrefslogtreecommitdiff
path: root/xhfc
diff options
context:
space:
mode:
Diffstat (limited to 'xhfc')
-rw-r--r--xhfc/xhfc_leb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/xhfc/xhfc_leb.h b/xhfc/xhfc_leb.h
index 467a524..39a7387 100644
--- a/xhfc/xhfc_leb.h
+++ b/xhfc/xhfc_leb.h
@@ -62,8 +62,6 @@ static inline void write_xhfc_soft_conf(struct xhfc *xhfc, u8 soft_conf)
(void)readb(&cs_n1[0]);
}
-#if 0
-#ifdef DEBUG
#define read_xhfc(x, reg) ({ \
u8 _res = read_xhfc(x, reg); \
if (DBG_REGS) printk(KERN_INFO #reg " -> %02x\n", _res);\
@@ -74,8 +72,6 @@ static inline void write_xhfc_soft_conf(struct xhfc *xhfc, u8 soft_conf)
if (DBG_REGS) printk(KERN_INFO #reg " <- %02x\n", val); \
write_xhfc(x, reg, val); \
})
-#endif
-#endif
struct tlp_leb_regs {
u32 timing_cs[8];