diff options
author | Christoph Hellwig <hch@lst.de> | 2019-08-13 09:24:50 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2019-08-16 11:33:56 -0700 |
commit | 0b43ba0dbe81fdc71ff250b45a76bfa794d53987 (patch) | |
tree | 61bec4dd8d015fd4034d2b8e10c30d0ac3ee2b49 /drivers/ide/Makefile | |
parent | defdeacb1ba891fa5084df5a809ceef488b0a9cf (diff) | |
download | linux-stable-0b43ba0dbe81fdc71ff250b45a76bfa794d53987.tar.gz linux-stable-0b43ba0dbe81fdc71ff250b45a76bfa794d53987.tar.bz2 linux-stable-0b43ba0dbe81fdc71ff250b45a76bfa794d53987.zip |
ide: remove the sgiioc4 driver
The SGI SN2 support is about to be removed. Remove this driver that
depends on the SN2 support.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lkml.kernel.org/r/20190813072514.23299-5-hch@lst.de
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'drivers/ide/Makefile')
-rw-r--r-- | drivers/ide/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ide/Makefile b/drivers/ide/Makefile index 9f617a77970f..cac02db4098d 100644 --- a/drivers/ide/Makefile +++ b/drivers/ide/Makefile @@ -59,7 +59,6 @@ obj-$(CONFIG_BLK_DEV_PDC202XX_NEW) += pdc202xx_new.o obj-$(CONFIG_BLK_DEV_PIIX) += piix.o obj-$(CONFIG_BLK_DEV_RZ1000) += rz1000.o obj-$(CONFIG_BLK_DEV_SVWKS) += serverworks.o -obj-$(CONFIG_BLK_DEV_SGIIOC4) += sgiioc4.o obj-$(CONFIG_BLK_DEV_SIIMAGE) += siimage.o obj-$(CONFIG_BLK_DEV_SIS5513) += sis5513.o obj-$(CONFIG_BLK_DEV_SL82C105) += sl82c105.o |