mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 11:47:44 +07:00
ice: Move define for ICE_AQC_DRIVER_UNLOADING
The define describing the bits for the struct field should be below the field itself. Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
62f4dafc18
commit
49c6e41b0d
@ -35,8 +35,8 @@ struct ice_aqc_get_ver {
|
||||
|
||||
/* Queue Shutdown (direct 0x0003) */
|
||||
struct ice_aqc_q_shutdown {
|
||||
#define ICE_AQC_DRIVER_UNLOADING BIT(0)
|
||||
__le32 driver_unloading;
|
||||
#define ICE_AQC_DRIVER_UNLOADING BIT(0)
|
||||
u8 reserved[12];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user