]> git.baikalelectronics.ru Git - kernel.git/commit
net/packet: Remove unused macro BLOCK_PRIV
authorWang Hai <wanghai38@huawei.com>
Sat, 5 Sep 2020 08:50:58 +0000 (16:50 +0800)
committerJakub Kicinski <kuba@kernel.org>
Sun, 6 Sep 2020 17:17:34 +0000 (10:17 -0700)
commit840a0503a14656c5d39c38a0d2c2a484f92d70b5
treebd55c4a240bb2694f192cea9972f266da3c30987
parent77003b8a550d3c55bfe3da7c15e199a40c9f412f
net/packet: Remove unused macro BLOCK_PRIV

BLOCK_PRIV is never used after it was introduced.
So better to remove it.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wang Hai <wanghai38@huawei.com>
Acked-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/packet/af_packet.c