aboutsummaryrefslogtreecommitdiff
path: root/original/uapi/scsi/scsi_bsg_fc.h
diff options
context:
space:
mode:
Diffstat (limited to 'original/uapi/scsi/scsi_bsg_fc.h')
-rw-r--r--original/uapi/scsi/scsi_bsg_fc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/original/uapi/scsi/scsi_bsg_fc.h b/original/uapi/scsi/scsi_bsg_fc.h
index 7f59308..5e46cf1 100644
--- a/original/uapi/scsi/scsi_bsg_fc.h
+++ b/original/uapi/scsi/scsi_bsg_fc.h
@@ -216,7 +216,7 @@ struct fc_bsg_host_vendor {
*/
struct fc_bsg_host_vendor_reply {
/* start of vendor response area */
- __u32 vendor_rsp[0];
+ __DECLARE_FLEX_ARRAY(__u32, vendor_rsp);
};