]> 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)
commit096259a7b6a9524272b3b09d6dc32b8546c2b6f6
treebd55c4a240bb2694f192cea9972f266da3c30987
parenteec23200e48eb5cf0d830aaf94a92781bb1dad19
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