kernel: bump 5.10 to 5.10.168
[openwrt/staging/dedeckeh.git] / target / linux / ath79 / patches-5.10 / 910-unaligned_access_hacks.patch
index 1891a6425ec57e5f2bd021fcc56338bed6cd63b7..0de433914da8e80c52c6418fce65c1d6453d5aa0 100644 (file)
@@ -162,7 +162,7 @@ SVN-Revision: 35130
  
 --- a/include/uapi/linux/ip.h
 +++ b/include/uapi/linux/ip.h
-@@ -105,7 +105,7 @@ struct iphdr {
+@@ -106,7 +106,7 @@ struct iphdr {
                __be32  daddr;
        );
        /*The options start here. */
@@ -173,7 +173,7 @@ SVN-Revision: 35130
  struct ip_auth_hdr {
 --- a/include/uapi/linux/ipv6.h
 +++ b/include/uapi/linux/ipv6.h
-@@ -134,7 +134,7 @@ struct ipv6hdr {
+@@ -135,7 +135,7 @@ struct ipv6hdr {
                struct  in6_addr        saddr;
                struct  in6_addr        daddr;
        );