From: Alexander Duyck Date: Wed, 10 Dec 2014 03:41:03 +0000 (-0800) Subject: cxgb: Use napi_alloc_skb instead of netdev_alloc_skb_ip_align X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~19^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0e31216ef1d3e7ec95b7b630ef2f038871a70ed;p=pandora-kernel.git cxgb: Use napi_alloc_skb instead of netdev_alloc_skb_ip_align In order to use napi_alloc_skb I needed to pass a pointer to struct adapter instead of struct pci_dev. This allowed me to access &adapter->napi. Signed-off-by: Alexander Duyck Signed-off-by: David S. Miller --- Reading git-diff-tree failed