vlan: move struct vlan_dev_info to private header
authorPatrick McHardy <kaber@trash.net>
Tue, 8 Jul 2008 10:23:57 +0000 (03:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Jul 2008 10:23:57 +0000 (03:23 -0700)
Hide struct vlan_dev_info from drivers to prevent them from growing
more creative ways to use it. Provide accessors for the two drivers
that currently use it.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found