aboutsummaryrefslogtreecommitdiff
path: root/net/packet
diff options
context:
space:
mode:
authorGravatar Patrick McHardy <kaber@trash.net> 2007-10-18 21:58:19 -0700
committerGravatar David S. Miller <davem@davemloft.net> 2007-10-18 21:58:19 -0700
commitbe702d5e38e2e7e554604b223794f87c12fa6811 (patch)
tree22709f19feabb0bf1b88c50bef6625875c8598ac /net/packet
parentMerge branch 'fixes-davem' of master.kernel.org:/pub/scm/linux/kernel/git/lin... (diff)
downloadlinux-be702d5e38e2e7e554604b223794f87c12fa6811.tar.gz
linux-be702d5e38e2e7e554604b223794f87c12fa6811.tar.bz2
linux-be702d5e38e2e7e554604b223794f87c12fa6811.zip
[PACKET]: Kill unused pg_vec_endpage() function
The conversion to vm_insert_page() left this unused function behind, remove it. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/packet')
-rw-r--r--net/packet/af_packet.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/net/packet/af_packet.c b/net/packet/af_packet.c
index e11000a8e950..d0936506b731 100644
--- a/net/packet/af_packet.c
+++ b/net/packet/af_packet.c
@@ -1623,11 +1623,6 @@ static struct vm_operations_struct packet_mmap_ops = {
.close =packet_mm_close,
};
-static inline struct page *pg_vec_endpage(char *one_pg_vec, unsigned int order)
-{
- return virt_to_page(one_pg_vec + (PAGE_SIZE << order) - 1);
-}
-
static void free_pg_vec(char **pg_vec, unsigned int order, unsigned int len)
{
int i;