via-velocity: Remove private device list
authorBen Hutchings <ben@decadent.org.uk>
Wed, 28 Oct 2009 11:01:46 +0000 (04:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Oct 2009 11:01:46 +0000 (04:01 -0700)
via-velocity maintains a list of its devices in order to determine
whether a netdev notification applies to one of them.  That can be
determined simply by checking the netdev_ops pointer, so the list can
be removed.

Compile-tested only.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found