]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commit8410095730c0874eb265bbcc87e9ec0d0ff8c183
tree3bf99a846d9665fc645cfa3f205c1937f63367de
parenteeef1713cacdb3cf657c9830e5a4c61e7f35c60a
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 441c793a5650 ("net: cleanup unused macros in net directory"),
and its usage was removed even before by commit c56b4d90123b
("af_packet: remove pgv.flags"); but it was added back by mistake later on,
in commit f6fb8f100b80 ("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