From 4420ddaa5893acf524577b05bb0871e6f9d8735c Mon Sep 17 00:00:00 2001 From: Kevin Darbyshire-Bryant Date: Thu, 26 Nov 2020 14:22:11 +0000 Subject: kernel: clean up patch fuzz Recent kernel bumps & target patch refactors have left some patch fuzz around. Refreshed kernel patches using update_kernel script. Signed-off-by: Kevin Darbyshire-Bryant --- target/linux/ath79/patches-5.4/910-unaligned_access_hacks.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ath79/patches-5.4/910-unaligned_access_hacks.patch') diff --git a/target/linux/ath79/patches-5.4/910-unaligned_access_hacks.patch b/target/linux/ath79/patches-5.4/910-unaligned_access_hacks.patch index e5aa9dccc6..16317114dc 100644 --- a/target/linux/ath79/patches-5.4/910-unaligned_access_hacks.patch +++ b/target/linux/ath79/patches-5.4/910-unaligned_access_hacks.patch @@ -754,7 +754,7 @@ ptr = ip6hoff + sizeof(struct ipv6hdr); --- a/include/net/neighbour.h +++ b/include/net/neighbour.h -@@ -273,8 +273,10 @@ static inline bool neigh_key_eq128(const +@@ -274,8 +274,10 @@ static inline bool neigh_key_eq128(const const u32 *n32 = (const u32 *)n->primary_key; const u32 *p32 = pkey; -- cgit v1.2.3