summaryrefslogtreecommitdiff
path: root/xhfc/xhfc.h
diff options
context:
space:
mode:
Diffstat (limited to 'xhfc/xhfc.h')
-rw-r--r--xhfc/xhfc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xhfc/xhfc.h b/xhfc/xhfc.h
index 1aaa74d..4128fe1 100644
--- a/xhfc/xhfc.h
+++ b/xhfc/xhfc.h
@@ -152,6 +152,7 @@ struct xhfc_pi {
struct tlp_leb_regs __iomem *regs; /* own ioremap */
u8 __iomem *cs_n0; /* own ioremap */
u8 __iomem *cs_n1; /* don't own ioremap */
+ u8 soft_conf_byte;
int irq;
struct xhfc xhfc; /* mem for one XHFC */
@@ -161,6 +162,7 @@ struct xhfc_pi {
/* maybe should be in struct xhfc but mainly used to retrieve the irq,
* so for now it ends up here */
struct pnp_dev *pnp_dev;
+
#ifdef AUDIO
struct xivo_tdm_port *tdm_port;
#endif