diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-03-10 16:02:37 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-03-10 16:02:37 +0100 |
commit | fad837c16cdd856c68ce2e1335ad0fe836ed8ecd (patch) | |
tree | 1a6babdc2ac7e5388c482e93505fdfaf5ff97f61 /include/scsi/scsi_bsg_fc.h | |
parent | ASoC: S3C: I2Sv2: Reject immidiate register value (diff) | |
parent | Linux 2.6.34-rc1 (diff) | |
download | linux-fad837c16cdd856c68ce2e1335ad0fe836ed8ecd.tar.xz linux-fad837c16cdd856c68ce2e1335ad0fe836ed8ecd.zip |
Merge commit 'v2.6.34-rc1' into for-2.6.35
Diffstat (limited to 'include/scsi/scsi_bsg_fc.h')
-rw-r--r-- | include/scsi/scsi_bsg_fc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/scsi_bsg_fc.h b/include/scsi/scsi_bsg_fc.h index a4b233318179..91a4e4ff9a9b 100644 --- a/include/scsi/scsi_bsg_fc.h +++ b/include/scsi/scsi_bsg_fc.h @@ -292,7 +292,7 @@ struct fc_bsg_request { struct fc_bsg_rport_els r_els; struct fc_bsg_rport_ct r_ct; } rqst_data; -}; +} __attribute__((packed)); /* response (request sense data) structure of the sg_io_v4 */ |