From: Alexander Duyck Date: Tue, 11 Nov 2014 17:26:42 +0000 (-0800) Subject: cxgb4/cxgb4vf: Replace __skb_alloc_page with __dev_alloc_page X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~216^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa9cd31c3f3ee36dc459b6070bacc581c1bfc334;p=pandora-kernel.git cxgb4/cxgb4vf: Replace __skb_alloc_page with __dev_alloc_page Drop the bloated use of __skb_alloc_page and replace it with __dev_alloc_page. In addition update the one other spot that is allocating a page so that it allocates with the correct flags. Cc: Hariprasad S Cc: Casey Leedom Signed-off-by: Alexander Duyck Signed-off-by: David S. Miller --- Reading git-diff-tree failed