veth: remove unused list
authorDaniel Lezcano <dlezcano@fr.ibm.com>
Wed, 29 Oct 2008 05:08:46 +0000 (22:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Oct 2008 06:02:33 +0000 (23:02 -0700)
commit3717746ef8b5a9279281b5d318496710984ed739
treee6f4b352ca06f4f917366b85bce9e2b6a82b1da2
parentbb7bba3d56963be59bc6764c8021290ed55205ad
veth: remove unused list

The veth network device is stored in a list in the netdev private.
AFAICS, this list is never used so I removed this list from the code.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/veth.c