Commit da0f30e1 authored by Oliver Neukum's avatar Oliver Neukum Committed by Greg Kroah-Hartman

[PATCH] kaweth: no need for packed

there was an uneeded packed attribute for a data structure.
Signed-off-by: default avatarOliver Neukum <oliver@neukum.name>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent b0cd4485
......@@ -246,7 +246,7 @@ struct kaweth_device
struct kaweth_ethernet_configuration configuration;
struct net_device_stats stats;
} __attribute__ ((packed));
};
/****************************************************************
......
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