]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/bridge/br_netfilter.c
[NET]: fix up misplaced inlines.
[net-next-2.6.git] / net / bridge / br_netfilter.c
index 7712d76f06ba8b22ba394d57d7e0d007034fe383..5439a3c46c3ec83662b9617ce343a9fb8f4761de 100644 (file)
@@ -61,7 +61,7 @@ static int brnf_filter_vlan_tagged __read_mostly = 1;
 #define brnf_filter_vlan_tagged 1
 #endif
 
-static __be16 inline vlan_proto(const struct sk_buff *skb)
+static inline __be16 vlan_proto(const struct sk_buff *skb)
 {
        return vlan_eth_hdr(skb)->h_vlan_encapsulated_proto;
 }