Commit 2a6c7f34 authored by Ioana Radulescu's avatar Ioana Radulescu Committed by Greg Kroah-Hartman
Browse files

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: default avatarIoana Radulescu <ruxandra.radulescu@nxp.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9c5c0e46
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -142,7 +142,7 @@ struct dpaa2_fas {
	u8 ppid;
	u8 ppid;
	__le16 ifpid;
	__le16 ifpid;
	__le32 status;
	__le32 status;
} __packed;
};


/* Frame annotation status word is located in the first 8 bytes
/* Frame annotation status word is located in the first 8 bytes
 * of the buffer's hardware annoatation area
 * of the buffer's hardware annoatation area