mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-01 23:01:29 +00:00
be2net: remove unused pci device id
We are not going to use this device id. Signed-off-by: Ajit Khaparde <ajitk@serverengines.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
830a8a976f
commit
e254f6ecae
@ -44,16 +44,14 @@
|
|||||||
#define BE_DEVICE_ID1 0x211
|
#define BE_DEVICE_ID1 0x211
|
||||||
#define BE_DEVICE_ID2 0x221
|
#define BE_DEVICE_ID2 0x221
|
||||||
#define OC_DEVICE_ID1 0x700
|
#define OC_DEVICE_ID1 0x700
|
||||||
#define OC_DEVICE_ID2 0x701
|
#define OC_DEVICE_ID2 0x710
|
||||||
#define OC_DEVICE_ID3 0x710
|
|
||||||
|
|
||||||
static inline char *nic_name(struct pci_dev *pdev)
|
static inline char *nic_name(struct pci_dev *pdev)
|
||||||
{
|
{
|
||||||
switch (pdev->device) {
|
switch (pdev->device) {
|
||||||
case OC_DEVICE_ID1:
|
case OC_DEVICE_ID1:
|
||||||
case OC_DEVICE_ID2:
|
|
||||||
return OC_NAME;
|
return OC_NAME;
|
||||||
case OC_DEVICE_ID3:
|
case OC_DEVICE_ID2:
|
||||||
return OC_NAME1;
|
return OC_NAME1;
|
||||||
case BE_DEVICE_ID2:
|
case BE_DEVICE_ID2:
|
||||||
return BE3_NAME;
|
return BE3_NAME;
|
||||||
|
@ -34,7 +34,6 @@ static DEFINE_PCI_DEVICE_TABLE(be_dev_ids) = {
|
|||||||
{ PCI_DEVICE(BE_VENDOR_ID, BE_DEVICE_ID2) },
|
{ PCI_DEVICE(BE_VENDOR_ID, BE_DEVICE_ID2) },
|
||||||
{ PCI_DEVICE(BE_VENDOR_ID, OC_DEVICE_ID1) },
|
{ PCI_DEVICE(BE_VENDOR_ID, OC_DEVICE_ID1) },
|
||||||
{ PCI_DEVICE(BE_VENDOR_ID, OC_DEVICE_ID2) },
|
{ PCI_DEVICE(BE_VENDOR_ID, OC_DEVICE_ID2) },
|
||||||
{ PCI_DEVICE(BE_VENDOR_ID, OC_DEVICE_ID3) },
|
|
||||||
{ 0 }
|
{ 0 }
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(pci, be_dev_ids);
|
MODULE_DEVICE_TABLE(pci, be_dev_ids);
|
||||||
|
Loading…
Reference in New Issue
Block a user