diff options
author | stephen hemminger <shemminger@vyatta.com> | 2010-10-18 10:03:21 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-10-21 06:09:42 -0400 |
commit | d0280232813a6a5e2bfca6e9257b866352115c09 (patch) | |
tree | a47baa9bd12f131569c40df4c5c55ee0a6fe8ce3 /net/bridge | |
parent | 11165f1457181e4499e5eada442434a07827ffd8 (diff) |
bridge: make br_parse_ip_options static
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge')
-rw-r--r-- | net/bridge/br_netfilter.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
215 | * expected format | 215 | * expected format |
216 | */ | 216 | */ |
217 | 217 | ||
218 | int br_parse_ip_options(struct sk_buff *skb) | 218 | static int br_parse_ip_options(struct sk_buff *skb) |
219 | { | 219 | { |
220 | struct ip_options *opt; | 220 | struct ip_options *opt; |
221 | struct iphdr *iph; | 221 | struct iphdr *iph; |