mirror of https://gitee.com/openkylin/linux.git
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:
parent
11165f1457
commit
d028023281
|
@ -215,7 +215,7 @@ static inline void nf_bridge_update_protocol(struct sk_buff *skb)
|
||||||
* expected format
|
* 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 ip_options *opt;
|
||||||
struct iphdr *iph;
|
struct iphdr *iph;
|
||||||
|
|
Loading…
Reference in New Issue