diff options
author | Christoph Hellwig <hch@lst.de> | 2019-08-13 09:25:00 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2019-08-16 11:33:57 -0700 |
commit | f7bc6e42bf12487182fc442a08eca25d968dc543 (patch) | |
tree | b0cd73d052383791201ad06e0e15c491a08cc5e4 /include/linux/pci_ids.h | |
parent | c9fa9c327b5228c516f4a8c54b91b711526e3e96 (diff) | |
download | linux-f7bc6e42bf12487182fc442a08eca25d968dc543.tar.gz linux-f7bc6e42bf12487182fc442a08eca25d968dc543.tar.bz2 linux-f7bc6e42bf12487182fc442a08eca25d968dc543.zip |
drivers: remove the SGI SN2 IOC4 base support
The IOC4 is a multi-function chip seen on SGI SN2 and some SGI MIPS
systems. This removes the base driver, which while not having an SN2
Kconfig dependency was only for sub-drivers that had one.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lkml.kernel.org/r/20190813072514.23299-15-hch@lst.de
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index c842735a4f45..85e2ca611d42 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1070,7 +1070,6 @@ #define PCI_VENDOR_ID_SGI 0x10a9 #define PCI_DEVICE_ID_SGI_IOC3 0x0003 #define PCI_DEVICE_ID_SGI_LITHIUM 0x1002 -#define PCI_DEVICE_ID_SGI_IOC4 0x100a #define PCI_VENDOR_ID_WINBOND 0x10ad #define PCI_DEVICE_ID_WINBOND_82C105 0x0105 |