Revert "neighbour: fix unaligned access to pneigh_entry"
This reverts commit9fcc3c3d26which is commited779fe4c9upstream. It breaks the Android kernel abi and is not needed for Android systems, so it is safe to revert. Bug: 161946584 Change-Id: I0aa37ddcb0939b55d0d1b74ab3e0432b02cc5285 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
b7321283a9
commit
2f2122a869
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ struct pneigh_entry {
|
|||
struct net_device *dev;
|
||||
u8 flags;
|
||||
u8 protocol;
|
||||
u32 key[];
|
||||
u8 key[];
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue