Skip to content

Commit

Permalink
bridge: make br_parse_ip_options static
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
stephen hemminger authored and David S. Miller committed Oct 21, 2010
1 parent 11165f1 commit d028023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/bridge/br_netfilter.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d028023

Please sign in to comment.