diff options
Diffstat (limited to 'drivers/s390/cio/io_sch.h')
-rw-r--r-- | drivers/s390/cio/io_sch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/cio/io_sch.h b/drivers/s390/cio/io_sch.h index ca1063d6b505..dbc69a5a043e 100644 --- a/drivers/s390/cio/io_sch.h +++ b/drivers/s390/cio/io_sch.h | |||
@@ -167,6 +167,7 @@ struct ccw_device_private { | |||
167 | unsigned int resuming:1; /* recognition while resume */ | 167 | unsigned int resuming:1; /* recognition while resume */ |
168 | unsigned int pgroup:1; /* pathgroup is set up */ | 168 | unsigned int pgroup:1; /* pathgroup is set up */ |
169 | unsigned int mpath:1; /* multipathing is set up */ | 169 | unsigned int mpath:1; /* multipathing is set up */ |
170 | unsigned int initialized:1; /* set if initial reference held */ | ||
170 | } __attribute__((packed)) flags; | 171 | } __attribute__((packed)) flags; |
171 | unsigned long intparm; /* user interruption parameter */ | 172 | unsigned long intparm; /* user interruption parameter */ |
172 | struct qdio_irq *qdio_data; | 173 | struct qdio_irq *qdio_data; |