X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fif_pppox.h;h=732c96247f08364a0115d9914988745716ea3e14;hb=53fd7f912c0877647d6a1e1877f5ea8535ee0b4a;hp=b5f927f59f2647cea6ae7326333a0c8e3c297949;hpb=f7e801172c53c4dc48b1f888a72eae069be6333a;p=pandora-kernel.git diff --git a/include/linux/if_pppox.h b/include/linux/if_pppox.h index b5f927f59f26..732c96247f08 100644 --- a/include/linux/if_pppox.h +++ b/include/linux/if_pppox.h @@ -128,11 +128,11 @@ struct pppoe_tag { struct pppoe_hdr { #if defined(__LITTLE_ENDIAN_BITFIELD) - __u8 ver : 4; __u8 type : 4; + __u8 ver : 4; #elif defined(__BIG_ENDIAN_BITFIELD) - __u8 type : 4; __u8 ver : 4; + __u8 type : 4; #else #error "Please fix " #endif