From: stephen hemminger Date: Mon, 18 Oct 2010 14:03:21 +0000 (+0000) Subject: bridge: make br_parse_ip_options static X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d0280232813a6a5e2bfca6e9257b866352115c09;p=openwrt%2Fstaging%2Fblogic.git bridge: make br_parse_ip_options static Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- diff --git a/net/bridge/br_netfilter.c b/net/bridge/br_netfilter.c index 47c2dabe8669..865fd7634b67 100644 --- a/net/bridge/br_netfilter.c +++ b/net/bridge/br_netfilter.c @@ -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;