mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 12:00:22 +09:00
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:
@@ -180,7 +180,7 @@ struct pneigh_entry {
|
||||
struct net_device *dev;
|
||||
u8 flags;
|
||||
u8 protocol;
|
||||
u32 key[];
|
||||
u8 key[];
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user