Revert "ar71xx: override cpu_has_mmips feature"
[oweals/openwrt.git] / target / linux / ar71xx / patches-3.10 / 902-unaligned_access_hacks.patch
index 4e7af8db60877b14271667e48d938510656744c4..0b89df204b09ea32c081322fcfbaaa21ac621d14 100644 (file)
                return true;
        }
        return false;
+--- a/include/uapi/linux/if_pppox.h
++++ b/include/uapi/linux/if_pppox.h
+@@ -47,6 +47,7 @@ struct pppoe_addr {
+  */
+ struct pptp_addr {
+       __be16          call_id;
++      __u16           pad;
+       struct in_addr  sin_addr;
+ };