File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,27 +41,27 @@ struct fw_mgmt_ioc_get_intf_version {
41
41
__u8 firmware_tag [GB_FIRMWARE_U_TAG_MAX_SIZE ];
42
42
__u16 major ;
43
43
__u16 minor ;
44
- } __attribute__ (( __packed__ )) ;
44
+ } __packed ;
45
45
46
46
struct fw_mgmt_ioc_get_backend_version {
47
47
__u8 firmware_tag [GB_FIRMWARE_U_TAG_MAX_SIZE ];
48
48
__u16 major ;
49
49
__u16 minor ;
50
50
__u8 status ;
51
- } __attribute__ (( __packed__ )) ;
51
+ } __packed ;
52
52
53
53
struct fw_mgmt_ioc_intf_load_and_validate {
54
54
__u8 firmware_tag [GB_FIRMWARE_U_TAG_MAX_SIZE ];
55
55
__u8 load_method ;
56
56
__u8 status ;
57
57
__u16 major ;
58
58
__u16 minor ;
59
- } __attribute__ (( __packed__ )) ;
59
+ } __packed ;
60
60
61
61
struct fw_mgmt_ioc_backend_fw_update {
62
62
__u8 firmware_tag [GB_FIRMWARE_U_TAG_MAX_SIZE ];
63
63
__u8 status ;
64
- } __attribute__ (( __packed__ )) ;
64
+ } __packed ;
65
65
66
66
#define FW_MGMT_IOCTL_BASE 'F'
67
67
#define FW_MGMT_IOC_GET_INTF_FW _IOR(FW_MGMT_IOCTL_BASE, 0, struct fw_mgmt_ioc_get_intf_version)
You can’t perform that action at this time.
0 commit comments