Commit 50e2daaa authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Patrick McHardy

[NET]: Unexport {alloc,free}_divert_blk()

these are called by dev.c for every device (and nowhere else)
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d81b34dd
......@@ -553,6 +553,3 @@ void divert_frame(struct sk_buff *skb)
break;
}
}
EXPORT_SYMBOL(alloc_divert_blk);
EXPORT_SYMBOL(free_divert_blk);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment