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:
@@ -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