Revert "neighbour: fix unaligned access to pneigh_entry"
This reverts commit 8af3119388.
It breaks the Android KABI and will be brought back at a later time when
it is safe to do so.
Bug: 161946584
Change-Id: Ic05e6ecce1f072a347516cd2acb38c3330b50883
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
ee4c9c95ff
commit
16cecdd743
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ struct pneigh_entry {
|
|||
netdevice_tracker dev_tracker;
|
||||
u32 flags;
|
||||
u8 protocol;
|
||||
u32 key[];
|
||||
u8 key[];
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue