commit | 35d87e3325e91ec6bc446bf71f50eccc9a7b3b8f | [log] [tgz] |
---|---|---|
author | Roopa Prabhu <roprabhu@cisco.com> | Wed Jan 18 04:24:12 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 18 16:16:41 2012 -0500 |
tree | d8082d521242ce2b1e871ffc4364a478f1c12876 | |
parent | ca2b721de25b9893310fd695a38b495d14c70ff3 [diff] |
enic: fix location of vnic dev unregister in enic_probe cleanup code The vnic_dev_unregister is erroneously under CONFIG_PCI_IOV. This patch moves it out of CONFIG_PCI_IOV Signed-off-by: Roopa Prabhu <roprabhu@cisco.com> Signed-off-by: Christian Benvenuti <benve@cisco.com> Signed-off-by: Sujith Sankar <ssujith@cisco.com> Signed-off-by: David S. Miller <davem@davemloft.net>