diff options
author | Shannon Nelson <snelson@pensando.io> | 2020-01-07 04:43:46 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-01-07 22:05:06 +0100 |
commit | 3daca28f15f5e70ae54859abd66dcdb6be31ba91 (patch) | |
tree | 36824561af81d8ace031c68c3e5b54670a31d9c6 /drivers/net/ethernet/pensando/ionic/ionic.h | |
parent | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher... (diff) | |
download | linux-3daca28f15f5e70ae54859abd66dcdb6be31ba91.tar.xz linux-3daca28f15f5e70ae54859abd66dcdb6be31ba91.zip |
ionic: drop use of subdevice tags
The subdevice concept is not being used in the driver, so
drop the references to it.
Signed-off-by: Shannon Nelson <snelson@pensando.io>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r-- | drivers/net/ethernet/pensando/ionic/ionic.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/ethernet/pensando/ionic/ionic.h b/drivers/net/ethernet/pensando/ionic/ionic.h index ca0b21911ad6..bb106a32f416 100644 --- a/drivers/net/ethernet/pensando/ionic/ionic.h +++ b/drivers/net/ethernet/pensando/ionic/ionic.h @@ -19,10 +19,6 @@ struct ionic_lif; #define PCI_DEVICE_ID_PENSANDO_IONIC_ETH_PF 0x1002 #define PCI_DEVICE_ID_PENSANDO_IONIC_ETH_VF 0x1003 -#define IONIC_SUBDEV_ID_NAPLES_25 0x4000 -#define IONIC_SUBDEV_ID_NAPLES_100_4 0x4001 -#define IONIC_SUBDEV_ID_NAPLES_100_8 0x4002 - #define DEVCMD_TIMEOUT 10 struct ionic_vf { |