drivers/net: use __packed annotation
cleanup patch. Use new __packed annotation in drivers/net/ Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
1273d97674
commit
ba2d358791
@@ -179,7 +179,7 @@ struct ax88172_int_data {
|
||||
__le16 res2;
|
||||
u8 status;
|
||||
__le16 res3;
|
||||
} __attribute__ ((packed));
|
||||
} __packed;
|
||||
|
||||
static int asix_read_cmd(struct usbnet *dev, u8 cmd, u16 value, u16 index,
|
||||
u16 size, void *data)
|
||||
|
Reference in New Issue
Block a user