mirror of
https://github.com/joel16/android_kernel_sony_msm8994.git
synced 2024-12-03 18:02:26 +00:00
[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>
This commit is contained in:
parent
70180659a4
commit
be702d5e38
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user