Revert "neighbour: fix unaligned access to pneigh_entry"

This reverts commit 7e0da73ce5 which is
commit ed779fe4c9b5a20b4ab4fd6f3e19807445bb78c7.

It breaks the Android kernel ABI, and is not needed for Android systems,
so it is safe to revert.

Bug: 161946584
Change-Id: I415d35f983e65c2ce732f1089861e80990d63451
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman 2023-06-22 09:51:54 +00:00
parent 477bb53b3a
commit 6635f9a873

View file

@ -174,7 +174,7 @@ struct pneigh_entry {
struct net_device *dev;
u8 flags;
u8 protocol;
u32 key[];
u8 key[];
};
/*