Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: altera_tse: fix packed and aligned attribute
Fix packed and aligned attribute warnings. WARNING: __packed is preferred over __attribute__((packed)) u-boot#14: FILE: drivers/net/altera_tse.h:14: +#define __packed_1_ __attribute__ ((packed, aligned(1))) WARNING: __aligned(size) is preferred over __attribute__((aligned(size))) u-boot#14: FILE: drivers/net/altera_tse.h:14: +#define __packed_1_ __attribute__ ((packed, aligned(1))) Signed-off-by: Thomas Chou <[email protected]> Reviewed-by: Marek Vasut <[email protected]> Reviewed-by: Chin Liang See <[email protected]> Acked-by: Joe Hershberger <[email protected]>
- Loading branch information