summaryrefslogtreecommitdiff
path: root/xhfc/xhfc.h
diff options
context:
space:
mode:
Diffstat (limited to 'xhfc/xhfc.h')
-rw-r--r--xhfc/xhfc.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/xhfc/xhfc.h b/xhfc/xhfc.h
index 92e889f..1aaa74d 100644
--- a/xhfc/xhfc.h
+++ b/xhfc/xhfc.h
@@ -149,8 +149,9 @@ struct xhfc {
struct xhfc_pi {
- struct tlp_leb_regs __iomem *regs;
- u8 __iomem *cs_n0;
+ struct tlp_leb_regs __iomem *regs; /* own ioremap */
+ u8 __iomem *cs_n0; /* own ioremap */
+ u8 __iomem *cs_n1; /* don't own ioremap */
int irq;
struct xhfc xhfc; /* mem for one XHFC */