aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/qdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390/cio/qdio.h')
-rw-r--r--drivers/s390/cio/qdio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/s390/cio/qdio.h b/drivers/s390/cio/qdio.h
index 9b6ea3ca3ece..a77aa9109cfd 100644
--- a/drivers/s390/cio/qdio.h
+++ b/drivers/s390/cio/qdio.h
@@ -249,6 +249,8 @@ struct qdio_output_q {
249 int use_enh_siga; 249 int use_enh_siga;
250 /* timer to check for more outbound work */ 250 /* timer to check for more outbound work */
251 struct timer_list timer; 251 struct timer_list timer;
252 /* used SBALs before tasklet schedule */
253 int scan_threshold;
252}; 254};
253 255
254/* 256/*