diff options
author | Tony Nguyen <anthony.l.nguyen@intel.com> | 2023-03-17 21:09:03 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-03-19 11:51:07 +0100 |
commit | e485f3a6eae0849f83b94936778a2325f72a0c89 (patch) | |
tree | 61d441cc517d1682deb83d71f6dc34c6a4743683 /Documentation/PCI | |
parent | net: phy: at803x: Replace of_gpio.h with what indeed is used (diff) | |
download | linux-e485f3a6eae0849f83b94936778a2325f72a0c89.tar.xz linux-e485f3a6eae0849f83b94936778a2325f72a0c89.zip |
ixgb: Remove ixgb driver
There are likely no users of this driver as the hardware has been
discontinued since 2010. Remove the driver and all references to it
in documentation.
Suggested-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Acked-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/PCI')
-rw-r--r-- | Documentation/PCI/pci-error-recovery.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/PCI/pci-error-recovery.rst b/Documentation/PCI/pci-error-recovery.rst index bdafeb4b66dc..9981d330da8f 100644 --- a/Documentation/PCI/pci-error-recovery.rst +++ b/Documentation/PCI/pci-error-recovery.rst @@ -418,7 +418,6 @@ That is, the recovery API only requires that: - drivers/next/e100.c - drivers/net/e1000 - drivers/net/e1000e - - drivers/net/ixgb - drivers/net/ixgbe - drivers/net/cxgb3 - drivers/net/s2io.c |