]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commit22d1ba74bbafa96d3f425cc12714d3fe8675183f
tree5fdc18001037a667e95229dbc34130b7210e8c8c
parent7750f403cbe56971336d575b354365190b4e3227
vlan: move struct vlan_dev_info to private header

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>
drivers/net/cxgb3/l2t.c
drivers/s390/net/qeth_l3_main.c
include/linux/if_vlan.h
net/8021q/vlan.c
net/8021q/vlan.h
net/8021q/vlan_core.c
net/8021q/vlan_dev.c