]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/if_pppol2tp.h
include of <linux/types.h> is preferred over <asm/types.h>
[linux-2.6-omap-h63xx.git] / include / linux / if_pppol2tp.h
index 516203b6fdeb7de5fe0306fbf13f69e7d0d28bff..c7a66882b6d0865cb697b981591356335759247a 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef __LINUX_IF_PPPOL2TP_H
 #define __LINUX_IF_PPPOL2TP_H
 
-#include <asm/types.h>
+#include <linux/types.h>
 
 #ifdef __KERNEL__
 #include <linux/in.h>
@@ -32,8 +32,8 @@ struct pppol2tp_addr
 
        struct sockaddr_in addr;        /* IP address and port to send to */
 
-       __be16 s_tunnel, s_session;     /* For matching incoming packets */
-       __be16 d_tunnel, d_session;     /* For sending outgoing packets */
+       __u16 s_tunnel, s_session;      /* For matching incoming packets */
+       __u16 d_tunnel, d_session;      /* For sending outgoing packets */
 };
 
 /* Socket options: