From: Mike Miller Date: Tue, 10 Sep 2013 18:18:23 +0000 (-0500) Subject: [SCSI] hpsa: remove unused Smart Array ID X-Git-Tag: v3.13-rc1~99^2~87 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f79666bbb4ba361aecd36e7796d3b41eee07876e;p=profile%2Fivi%2Fkernel-x86-ivi.git [SCSI] hpsa: remove unused Smart Array ID This patch removes the PCI ID of a cancelled Smart Array. Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index 891c86b..fb5a898 100644 --- a/drivers/scsi/hpsa.c +++ b/drivers/scsi/hpsa.c @@ -100,7 +100,6 @@ static const struct pci_device_id hpsa_pci_device_id[] = { {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSF, 0x103C, 0x3354}, {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSF, 0x103C, 0x3355}, {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSF, 0x103C, 0x3356}, - {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSH, 0x103C, 0x1920}, {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSH, 0x103C, 0x1921}, {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSH, 0x103C, 0x1922}, {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSH, 0x103C, 0x1923},