From: Ioana Radulescu Date: Fri, 23 Mar 2018 13:44:08 +0000 (-0500) Subject: staging: fsl-dpaa2/eth: Remove packed attribute X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=2a6c7f34fd18ef535459c39676a31044dd1a9091;p=openwrt%2Fstaging%2Fblogic.git staging: fsl-dpaa2/eth: Remove packed attribute Structure dpaa2_fas is naturally aligned, so no need to use the __packed attribute explicitly. Signed-off-by: Ioana Radulescu Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/fsl-dpaa2/ethernet/dpaa2-eth.h b/drivers/staging/fsl-dpaa2/ethernet/dpaa2-eth.h index 63ea64bf6ec9..c4816e607ec3 100644 --- a/drivers/staging/fsl-dpaa2/ethernet/dpaa2-eth.h +++ b/drivers/staging/fsl-dpaa2/ethernet/dpaa2-eth.h @@ -142,7 +142,7 @@ struct dpaa2_fas { u8 ppid; __le16 ifpid; __le32 status; -} __packed; +}; /* Frame annotation status word is located in the first 8 bytes * of the buffer's hardware annoatation area