]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
bridge: make br_parse_ip_options static
authorstephen hemminger <shemminger@vyatta.com>
Mon, 18 Oct 2010 14:03:21 +0000 (14:03 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Oct 2010 10:09:42 +0000 (03:09 -0700)
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_netfilter.c

index 47c2dabe866973b54aa06198567524c4519b1e59..865fd7634b673d4233c8a6758e2426db55696514 100644 (file)
@@ -215,7 +215,7 @@ static inline void nf_bridge_update_protocol(struct sk_buff *skb)
  * expected format
  */
 
-int br_parse_ip_options(struct sk_buff *skb)
+static int br_parse_ip_options(struct sk_buff *skb)
 {
        struct ip_options *opt;
        struct iphdr *iph;