From: Santiago Leon Date: Fri, 3 Sep 2010 18:29:03 +0000 (+0000) Subject: ibmveth: Convert to netdev_alloc_skb X-Git-Tag: v2.6.37-rc1~147^2~554 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=003212cc599cdc006de486e28c1f6b327bcb9808;p=pandora-kernel.git ibmveth: Convert to netdev_alloc_skb We were using alloc_skb which doesn't create any headroom. Change it to use netdev_alloc_skb to match most other drivers. Signed-off-by: Anton Blanchard Signed-off-by: Santiago Leon Signed-off-by: David S. Miller --- Reading git-diff-tree failed