sock: remove one redundant SKB_FRAG_PAGE_ORDER macro
[platform/kernel/linux-rpi.git] / drivers / vhost / net.c
index 6414bd5..3a249ee 100644 (file)
@@ -643,8 +643,6 @@ static bool tx_can_batch(struct vhost_virtqueue *vq, size_t total_len)
               !vhost_vq_avail_empty(vq->dev, vq);
 }
 
-#define SKB_FRAG_PAGE_ORDER     get_order(32768)
-
 static bool vhost_net_page_frag_refill(struct vhost_net *net, unsigned int sz,
                                       struct page_frag *pfrag, gfp_t gfp)
 {