]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
i40evf: remove unused device ID
authorMitch Williams <mitch.a.williams@intel.com>
Fri, 11 Nov 2016 20:39:39 +0000 (12:39 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 3 Feb 2017 06:40:09 +0000 (22:40 -0800)
This device ID was intended for use when running Linux VF drivers under
Hyper-V, but we have determined that it is not necessary. Since it is
unused, and will never be used, remove it.

Change-ID: I74998ab4237db043cd400547bb54a0a5e2a37ea5
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40evf/i40evf_main.c

index c0fc533618005de2092ada53f236d58e2b9f2c23..3fe87e0211482b7541a14aafb4648f83b556e767 100644 (file)
@@ -59,7 +59,6 @@ static const struct pci_device_id i40evf_pci_tbl[] = {
        {PCI_VDEVICE(INTEL, I40E_DEV_ID_VF), 0},
        {PCI_VDEVICE(INTEL, I40E_DEV_ID_VF_HV), 0},
        {PCI_VDEVICE(INTEL, I40E_DEV_ID_X722_VF), 0},
-       {PCI_VDEVICE(INTEL, I40E_DEV_ID_X722_VF_HV), 0},
        /* required last entry */
        {0, }
 };