6lowpan: use netdev_alloc_skb instead dev_alloc_skb
authorAlexander Aring <alex.aring@gmail.com>
Mon, 28 Oct 2013 09:24:18 +0000 (10:24 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Oct 2013 23:47:51 +0000 (19:47 -0400)
This patch uses the netdev_alloc_skb instead dev_alloc_skb function and
drops the seperate assignment to skb->dev.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Reviewed-by: Werner Almesberger <werner@almesberger.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found