From: Alexander Duyck Date: Wed, 10 Dec 2014 03:41:09 +0000 (-0800) Subject: ethernet/realtek: use napi_alloc_skb instead of netdev_alloc_skb_ip_align X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~19^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2338f86b334558b9f38a20a06fc645d90d6da2d;p=pandora-kernel.git ethernet/realtek: use napi_alloc_skb instead of netdev_alloc_skb_ip_align This replaces most of the calls to netdev_alloc_skb_ip_align in the Realtek drivers. The one instance I didn't replace in 8139cp.c is because it was called as a part of init and as such is not always accessed from the softirq context. Cc: Realtek linux nic maintainers Signed-off-by: Alexander Duyck Signed-off-by: David S. Miller --- Reading git-diff-tree failed