[TG3]: skb->dev assignment is done by netdev_alloc_skb
authorChristoph Hellwig <hch@lst.de>
Mon, 7 Aug 2006 23:11:48 +0000 (16:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Aug 2006 23:11:48 +0000 (16:11 -0700)
All caller of netdev_alloc_skb need to assign skb->dev shortly
afterwards.  Move it into common code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found