diff options
author | Sergei Antonov <saproj@gmail.com> | 2023-01-18 20:52:18 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-02-02 14:44:53 -0500 |
commit | 9bc80c0bc028a1658502eea02af2c1f26456c6b2 (patch) | |
tree | 1ec31a76dd16db5984331663aed37ce6f0a292ba /drivers/gpio/adi_gpio2.c | |
parent | 7db25d99b21ae7b2a04153a93afe7692c86992ac (diff) |
net: ipv6: fix alignment errors on ARM
Commands "ping6" and "tftpboot ... -ipv6" did not work on ARM because
machine code expects 4-byte alignment and some structures from net6.h
are not aligned in memory.
Fix by adding __packed, since it is already used in this file.
Signed-off-by: Sergei Antonov <saproj@gmail.com>
Reviewed-by: Viacheslav Mitrofanov <v.v.mitrofanov@yadro.com>
Diffstat (limited to 'drivers/gpio/adi_gpio2.c')
0 files changed, 0 insertions, 0 deletions