aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/cciss.c
diff options
context:
space:
mode:
authorTomas Henzl <thenzl@redhat.com>2015-02-17 17:40:21 +0100
committerJames Bottomley <JBottomley@Odin.com>2015-05-31 11:12:33 -0700
commitc854c38559c5b5f920c6ee6448c4a719cdd9ef1d (patch)
tree967bf4b4414fb1e8df4f174026743c4295f45b6c /drivers/block/cciss.c
parentadvansys: Update to version 3.5 and remove compilation warning (diff)
downloadlinux-dev-c854c38559c5b5f920c6ee6448c4a719cdd9ef1d.tar.xz
linux-dev-c854c38559c5b5f920c6ee6448c4a719cdd9ef1d.zip
cciss: remove duplicate entries from board_type struct
and devices not supported by this driver from unresettable list Signed-off-by: Tomas Henzl <thenzl@redhat.com> Acked-by: Don Brace <Don.Brace@pmcs.com> Signed-off-by: James Bottomley <JBottomley@Odin.com>
Diffstat (limited to 'drivers/block/cciss.c')
-rw-r--r--drivers/block/cciss.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c
index ff20f192b0f6..48498220cd6c 100644
--- a/drivers/block/cciss.c
+++ b/drivers/block/cciss.c
@@ -139,8 +139,6 @@ static struct board_type products[] = {
{0x3214103C, "Smart Array E200i", &SA5_access},
{0x3215103C, "Smart Array E200i", &SA5_access},
{0x3237103C, "Smart Array E500", &SA5_access},
- {0x3223103C, "Smart Array P800", &SA5_access},
- {0x3234103C, "Smart Array P400", &SA5_access},
{0x323D103C, "Smart Array P700m", &SA5_access},
};
@@ -574,8 +572,6 @@ static void cciss_procinit(ctlr_info_t *h)
/* List of controllers which cannot be hard reset on kexec with reset_devices */
static u32 unresettable_controller[] = {
- 0x324a103C, /* Smart Array P712m */
- 0x324b103C, /* SmartArray P711m */
0x3223103C, /* Smart Array P800 */
0x3234103C, /* Smart Array P400 */
0x3235103C, /* Smart Array P400i */