enic: Clean up: Remove a not needed #ifdef
Signed-off-by: Christian Benvenuti <benve@cisco.com> Signed-off-by: Danny Guo <dannguo@cisco.com> Signed-off-by: Vasanthy Kolluri <vkolluri@cisco.com> Signed-off-by: Roopa Prabhu <roprabhu@cisco.com> Signed-off-by: David Wang <dwang2@cisco.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e0afe53fbe
commit
5990b1892b
|
@ -32,7 +32,7 @@
|
|||
|
||||
#define DRV_NAME "enic"
|
||||
#define DRV_DESCRIPTION "Cisco VIC Ethernet NIC Driver"
|
||||
#define DRV_VERSION "2.1.1.7"
|
||||
#define DRV_VERSION "2.1.1.8"
|
||||
#define DRV_COPYRIGHT "Copyright 2008-2011 Cisco Systems, Inc"
|
||||
|
||||
#define ENIC_BARS_MAX 6
|
||||
|
|
|
@ -2223,9 +2223,7 @@ static const struct net_device_ops enic_netdev_dynamic_ops = {
|
|||
.ndo_tx_timeout = enic_tx_timeout,
|
||||
.ndo_set_vf_port = enic_set_vf_port,
|
||||
.ndo_get_vf_port = enic_get_vf_port,
|
||||
#ifdef IFLA_VF_MAX
|
||||
.ndo_set_vf_mac = enic_set_vf_mac,
|
||||
#endif
|
||||
#ifdef CONFIG_NET_POLL_CONTROLLER
|
||||
.ndo_poll_controller = enic_poll_controller,
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue