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 <ruxandra.radulescu@nxp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9c5c0e4617
commit
2a6c7f34fd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue