diff options
author | Mike Miller <mike.miller@hp.com> | 2013-11-13 18:42:17 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-12-19 10:39:04 -0500 |
commit | d5747e0aa0e52fc07ac4b4cae40c70ac9697f2fc (patch) | |
tree | 123793a07c136b5db480c788d899ce35188488d1 | |
parent | c41afc9a754ee085f45a95d9dd58d90ab3bb25dd (diff) |
[SCSI] hpsa: remove P822se PCI ID
Remove PCI ID for the never shipped P822se.
Signed-off-by: Mike Miller <mike.miller@hp.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
-rw-r--r-- | drivers/scsi/hpsa.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index 9fbc6f9120ac..91e2d8398969 100644 --- a/drivers/scsi/hpsa.c +++ b/drivers/scsi/hpsa.c | |||
@@ -95,7 +95,6 @@ static const struct pci_device_id hpsa_pci_device_id[] = { | |||
95 | {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSF, 0x103C, 0x3351}, | 95 | {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSF, 0x103C, 0x3351}, |
96 | {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSF, 0x103C, 0x3352}, | 96 | {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSF, 0x103C, 0x3352}, |
97 | {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSF, 0x103C, 0x3353}, | 97 | {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSF, 0x103C, 0x3353}, |
98 | {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSF, 0x103C, 0x334D}, | ||
99 | {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSF, 0x103C, 0x3354}, | 98 | {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSF, 0x103C, 0x3354}, |
100 | {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSF, 0x103C, 0x3355}, | 99 | {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSF, 0x103C, 0x3355}, |
101 | {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSF, 0x103C, 0x3356}, | 100 | {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSF, 0x103C, 0x3356}, |
@@ -142,7 +141,6 @@ static struct board_type products[] = { | |||
142 | {0x3351103C, "Smart Array P420", &SA5_access}, | 141 | {0x3351103C, "Smart Array P420", &SA5_access}, |
143 | {0x3352103C, "Smart Array P421", &SA5_access}, | 142 | {0x3352103C, "Smart Array P421", &SA5_access}, |
144 | {0x3353103C, "Smart Array P822", &SA5_access}, | 143 | {0x3353103C, "Smart Array P822", &SA5_access}, |
145 | {0x334D103C, "Smart Array P822se", &SA5_access}, | ||
146 | {0x3354103C, "Smart Array P420i", &SA5_access}, | 144 | {0x3354103C, "Smart Array P420i", &SA5_access}, |
147 | {0x3355103C, "Smart Array P220i", &SA5_access}, | 145 | {0x3355103C, "Smart Array P220i", &SA5_access}, |
148 | {0x3356103C, "Smart Array P721m", &SA5_access}, | 146 | {0x3356103C, "Smart Array P721m", &SA5_access}, |