Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6635f9a8 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Revert "neighbour: fix unaligned access to pneigh_entry"



This reverts commit 7e0da73c which is
commit ed779fe4c9b5a20b4ab4fd6f3e19807445bb78c7.

It breaks the Android kernel ABI, and is not needed for Android systems,
so it is safe to revert.

Bug: 161946584
Change-Id: I415d35f983e65c2ce732f1089861e80990d63451
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 477bb53b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -174,7 +174,7 @@ struct pneigh_entry {
	struct net_device	*dev;
	u8			flags;
	u8			protocol;
	u32			key[];
	u8			key[];
};

/*