diff options
-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; |