ionic: remove pragma packed
authorShannon Nelson <snelson@pensando.io>
Sat, 7 Mar 2020 01:04:02 +0000 (17:04 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 10 Mar 2020 02:34:04 +0000 (19:34 -0700)
commit5dca69c425bcd9b6a9295156e2ba716e42a78557
treecda553e466c8ded4b080876cfd71d5ea46a2488d
parent30a1e6d0f8e26069b45a16d92dc739764cd857bc
ionic: remove pragma packed

Replace the misguided "#pragma packed" with tags on each
struct/union definition that actually needs it.  This is safer
and more efficient on the various compilers and architectures.

Signed-off-by: Shannon Nelson <snelson@pensando.io>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/pensando/ionic/ionic_if.h