]> Pileus Git - ~andy/linux/commitdiff
[SCSI] megaraid_sas: Remove un-used function
authoradam radford <aradford@gmail.com>
Thu, 12 May 2011 01:33:58 +0000 (18:33 -0700)
committerJames Bottomley <jbottomley@parallels.com>
Tue, 24 May 2011 16:34:47 +0000 (12:34 -0400)
The following patch for megaraid_sas removes un-used function
megasas_return_cmd_for_smid().

Signed-off-by: Adam Radford <aradford@gmail.com>
Signed-off-by: James Bottomley <jbottomley@parallels.com>
drivers/scsi/megaraid/megaraid_sas_fusion.c

index 145a8cffb1fa332191874ac4d5ea64abee5c4974..25dd5ce64d5ef110d7bdbf81602034a43008d2df 100644 (file)
@@ -695,22 +695,6 @@ fail_get_cmd:
        return ret;
 }
 
-/*
- * megasas_return_cmd_for_smid -       Returns a cmd_fusion for a SMID
- * @instance:                          Adapter soft state
- *
- */
-void
-megasas_return_cmd_for_smid(struct megasas_instance *instance, u16 smid)
-{
-       struct fusion_context *fusion;
-       struct megasas_cmd_fusion *cmd;
-
-       fusion = instance->ctrl_context;
-       cmd = fusion->cmd_list[smid - 1];
-       megasas_return_cmd_fusion(instance, cmd);
-}
-
 /*
  * megasas_get_ld_map_info -   Returns FW's ld_map structure
  * @instance:                          Adapter soft state