kernel: update kernel 4.4 to 4.4.53
[openwrt/staging/jow.git] / target / linux / ar71xx / patches-4.4 / 910-unaligned_access_hacks.patch
index 1e68cf72f56eabcba703b027675e53b9776c8d89..9e6a039316c8c3557d50b433c20632fe66b9174c 100644 (file)
@@ -42,7 +42,7 @@
        } while (word != stop);
  
        return csum_fold(csum);
-@@ -212,73 +216,6 @@ static inline __sum16 ip_compute_csum(co
+@@ -214,73 +218,6 @@ static inline __sum16 ip_compute_csum(co
        return csum_fold(csum_partial(buff, len, 0));
  }