diff options
Diffstat (limited to 'drivers/s390/cio/cio.h')
-rw-r--r-- | drivers/s390/cio/cio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/cio/cio.h b/drivers/s390/cio/cio.h index efdb9fd4a84a..f7a0cb9fac9b 100644 --- a/drivers/s390/cio/cio.h +++ b/drivers/s390/cio/cio.h | |||
@@ -48,7 +48,7 @@ struct pmcw { | |||
48 | */ | 48 | */ |
49 | struct schib { | 49 | struct schib { |
50 | struct pmcw pmcw; /* path management control word */ | 50 | struct pmcw pmcw; /* path management control word */ |
51 | struct scsw scsw; /* subchannel status word */ | 51 | union scsw scsw; /* subchannel status word */ |
52 | __u64 mba; /* measurement block address */ | 52 | __u64 mba; /* measurement block address */ |
53 | __u8 mda[4]; /* model dependent area */ | 53 | __u8 mda[4]; /* model dependent area */ |
54 | } __attribute__ ((packed,aligned(4))); | 54 | } __attribute__ ((packed,aligned(4))); |