]> git.baikalelectronics.ru Git - kernel.git/commit
net/packet: remove unused PGV_FROM_VMALLOC definition.
authorRosen, Rami <rami.rosen@intel.com>
Tue, 18 Jul 2017 19:23:30 +0000 (22:23 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Jul 2017 23:27:48 +0000 (16:27 -0700)
commit018d8b06fc82745439a7451f908f8324656f83c9
tree3bf99a846d9665fc645cfa3f205c1937f63367de
parent8c53497929f6417b2eed37c05d54d4620b8f519c
net/packet: remove unused PGV_FROM_VMALLOC definition.

This patch removes the definition of PGV_FROM_VMALLOC from af_packet.c.
The PGV_FROM_VMALLOC definition was already removed by
commit 62633ad24fc2 ("net: cleanup unused macros in net directory"),
and its usage was removed even before by commit 6474f5100eed
("af_packet: remove pgv.flags"); but it was added back by mistake later on,
in commit 7fa5f1dbc2ee ("af-packet: TPACKET_V3 flexible buffer implementation").

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/packet/af_packet.c