diff --git a/[refs] b/[refs] index 8934795d3585..595dca5416fe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ede6f5aea054d3fb67c78857f7abdee602302043 +refs/heads/master: 940fbf411e5fb42aee8ab7dd814b24080951dbfc diff --git a/trunk/include/linux/types.h b/trunk/include/linux/types.h index 3b864f2d9560..712ca53bc348 100644 --- a/trunk/include/linux/types.h +++ b/trunk/include/linux/types.h @@ -176,10 +176,9 @@ typedef __u16 __bitwise __le16; typedef __u16 __bitwise __be16; typedef __u32 __bitwise __le32; typedef __u32 __bitwise __be32; -#if defined(__GNUC__) typedef __u64 __bitwise __le64; typedef __u64 __bitwise __be64; -#endif + typedef __u16 __bitwise __sum16; typedef __u32 __bitwise __wsum;