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

szülő
1273d97674
commit
ba2d358791
@@ -185,7 +185,7 @@ struct rtl818x_csr {
|
||||
u8 reserved_22[4];
|
||||
__le16 TALLY_CNT;
|
||||
u8 TALLY_SEL;
|
||||
} __attribute__((packed));
|
||||
} __packed;
|
||||
|
||||
struct rtl818x_rf_ops {
|
||||
char *name;
|
||||
|
Reference in New Issue
Block a user