Commit ad45ff0c authored by Heiner Kallweit's avatar Heiner Kallweit Committed by David S. Miller

r8169: remove manual padding in struct ring_info

The compiler takes care of alignment and padding, I see no need to
bother him with manual hints.
Signed-off-by: default avatarHeiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b10ceb55
...@@ -603,7 +603,6 @@ struct RxDesc { ...@@ -603,7 +603,6 @@ struct RxDesc {
struct ring_info { struct ring_info {
struct sk_buff *skb; struct sk_buff *skb;
u32 len; u32 len;
u8 __pad[sizeof(void *) - sizeof(u32)];
}; };
struct rtl8169_counters { struct rtl8169_counters {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment