Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0280232 authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller
Browse files

bridge: make br_parse_ip_options static

parent 11165f14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;