summaryrefslogtreecommitdiff
path: root/xpp/xpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/xpd.h')
-rw-r--r--xpp/xpd.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/xpp/xpd.h b/xpp/xpd.h
index f8d60ea..6a66b8d 100644
--- a/xpp/xpd.h
+++ b/xpp/xpd.h
@@ -282,8 +282,6 @@ struct xpd {
void *priv; /* Card level private data */
bool card_present;
- unsigned int recv_errors;
- unsigned int seq_errors;
unsigned long last_response; /* in jiffies */
unsigned id;
xpd_addr_t addr;
@@ -296,8 +294,7 @@ struct xpd {
u_char ec_chunk2[CHANNELS_PERXPD][ZT_CHUNKSIZE];
};
-#define for_each_line(xpd,i) \
- for((i) = 0; (i) < (xpd)->channels; (i)++)
+#define for_each_line(xpd,i) for((i) = 0; (i) < (xpd)->channels; (i)++)
#endif