diff options
author | Jiri Pirko <jpirko@redhat.com> | 2011-07-20 06:54:07 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-07-21 22:47:53 +0200 |
commit | b49500957a2c90a559dd91f0dcfeb83d84458664 (patch) | |
tree | b776fdec11b66f39fbf4412241af993fb1b385da /drivers/net/ehea/ehea.h | |
parent | nes: do vlan cleanup (diff) | |
download | linux-b49500957a2c90a559dd91f0dcfeb83d84458664.tar.xz linux-b49500957a2c90a559dd91f0dcfeb83d84458664.zip |
ehea: do vlan cleanup
- unify vlan and nonvlan rx path
- kill port->vgrp and ehea_vlan_rx_register
Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ehea/ehea.h')
-rw-r--r-- | drivers/net/ehea/ehea.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ehea/ehea.h b/drivers/net/ehea/ehea.h index 6c7257bd73fc..7dd5e6a0d998 100644 --- a/drivers/net/ehea/ehea.h +++ b/drivers/net/ehea/ehea.h @@ -457,7 +457,6 @@ struct ehea_port { struct ehea_port_res port_res[EHEA_MAX_PORT_RES]; struct platform_device ofdev; /* Open Firmware Device */ struct ehea_mc_list *mc_list; /* Multicast MAC addresses */ - struct vlan_group *vgrp; struct ehea_eq *qp_eq; struct work_struct reset_task; struct mutex port_lock; |