aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pmcraid.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/pmcraid.c')
-rw-r--r--drivers/scsi/pmcraid.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/scsi/pmcraid.c b/drivers/scsi/pmcraid.c
index 68a5c347fae9..cc50eb87b28a 100644
--- a/drivers/scsi/pmcraid.c
+++ b/drivers/scsi/pmcraid.c
@@ -1369,12 +1369,6 @@ static struct genl_multicast_group pmcraid_mcgrps[] = {
1369}; 1369};
1370 1370
1371static struct genl_family pmcraid_event_family = { 1371static struct genl_family pmcraid_event_family = {
1372 /*
1373 * Due to prior multicast group abuse (the code having assumed that
1374 * the family ID can be used as a multicast group ID) we need to
1375 * statically allocate a family (and thus group) ID.
1376 */
1377 .id = GENL_ID_PMCRAID,
1378 .name = "pmcraid", 1372 .name = "pmcraid",
1379 .version = 1, 1373 .version = 1,
1380 .maxattr = PMCRAID_AEN_ATTR_MAX, 1374 .maxattr = PMCRAID_AEN_ATTR_MAX,