dect
/
linux-2.6
Archived
13
0
Fork 0

bridge: make br_parse_ip_options static

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
stephen hemminger 2010-10-18 14:03:21 +00:00 committed by David S. Miller
parent 11165f1457
commit d028023281
1 changed files with 1 additions and 1 deletions

View 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;