diff --git a/[refs] b/[refs] index f8ea2bcf56f3..0353c1202358 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ba402804ac2447ad41f4919603bf3e6f6db63110 +refs/heads/master: d058fd31c7f44960b00566bda39c85377f461a7b diff --git a/trunk/include/scsi/fc_frame.h b/trunk/include/scsi/fc_frame.h index 4d3e9c7b7c57..15427fab8a57 100644 --- a/trunk/include/scsi/fc_frame.h +++ b/trunk/include/scsi/fc_frame.h @@ -66,8 +66,8 @@ struct fcoe_rcv_info { struct fc_fcp_pkt *fr_fsp; /* for the corresponding fcp I/O */ u32 fr_crc; u16 fr_max_payload; /* max FC payload */ - enum fc_sof fr_sof; /* start of frame delimiter */ - enum fc_eof fr_eof; /* end of frame delimiter */ + u8 fr_sof; /* start of frame delimiter */ + u8 fr_eof; /* end of frame delimiter */ u8 fr_flags; /* flags - see below */ u8 granted_mac[ETH_ALEN]; /* FCoE MAC address */ };