aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cyclades.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/cyclades.h')
-rw-r--r--include/linux/cyclades.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/cyclades.h b/include/linux/cyclades.h
index 83925bd12c0b..05ee0f19448a 100644
--- a/include/linux/cyclades.h
+++ b/include/linux/cyclades.h
@@ -157,6 +157,9 @@ struct cyclades_port {
157 struct cyclades_icount icount; 157 struct cyclades_icount icount;
158 struct completion shutdown_wait; 158 struct completion shutdown_wait;
159 int throttle; 159 int throttle;
160#ifdef CONFIG_CYZ_INTR
161 struct timer_list rx_full_timer;
162#endif
160}; 163};
161 164
162#define CLOSING_WAIT_DELAY 30*HZ 165#define CLOSING_WAIT_DELAY 30*HZ