From: Changli Gao Date: Mon, 23 Aug 2010 01:37:27 +0000 (-0700) Subject: net: use __be16 instead of u16 for the userspace code X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d8287fc864643beaf1623c92aceb1ab38eae0648;p=linux-beck.git net: use __be16 instead of u16 for the userspace code Signed-off-by: Changli Gao Signed-off-by: David S. Miller --- diff --git a/include/linux/if_pppox.h b/include/linux/if_pppox.h index 1525b2156b2a..770e8fa669d2 100644 --- a/include/linux/if_pppox.h +++ b/include/linux/if_pppox.h @@ -50,8 +50,8 @@ struct pppoe_addr { * PPTP addressing definition */ struct pptp_addr { - u16 call_id; - struct in_addr sin_addr; + __be16 call_id; + struct in_addr sin_addr; }; /************************************************************************