Revert "neighbour: fix unaligned access to pneigh_entry"

This reverts commit ab0eca3f54.

It breaks the Android kernel abi, but will be brought in through a
different branch to ensure it ends up in the tree properly.

Bug: 161946584
Change-Id: I590afdcd9ea55980bab7dbc37bfa919a75c3a269
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman
2023-06-15 16:17:16 +00:00
parent f5d9ff9c9c
commit 7aef878cc2

View File

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