From: Daniel Lezcano Date: Wed, 29 Oct 2008 05:08:19 +0000 (-0700) Subject: veth: Remove useless veth field X-Git-Tag: v2.6.29-rc1~581^2~957 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb7bba3d56963be59bc6764c8021290ed55205ad;p=pandora-kernel.git veth: Remove useless veth field The veth private structure contains a netdev pointer refering to its peer. This field is never used and it is pointless because if we can access, the veth_priv, that means we already have the netdev which is stored in veth_priv->dev. Signed-off-by: Daniel Lezcano Signed-off-by: David S. Miller --- Reading git-diff-tree failed