]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/atm/br2684.c
[ATM]: Annotations.
[net-next-2.6.git] / net / atm / br2684.c
index d00cca97eb33bea4895be72c88abea6ca4293a7e..b04162f10d850022c18507b534c05be3589cbb7e 100644 (file)
@@ -372,7 +372,7 @@ static int br2684_setfilt(struct atm_vcc *atmvcc, void __user *arg)
 
 /* Returns 1 if packet should be dropped */
 static inline int
-packet_fails_filter(u16 type, struct br2684_vcc *brvcc, struct sk_buff *skb)
+packet_fails_filter(__be16 type, struct br2684_vcc *brvcc, struct sk_buff *skb)
 {
        if (brvcc->filter.netmask == 0)
                return 0;                       /* no filter in place */