]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/scsi/scsi_host.h
[SCSI] srp_transport: add target driver support
[linux-2.6-omap-h63xx.git] / include / scsi / scsi_host.h
index ba07cf7c04baa69ca12dd8858e450f18595115b7..89c40c4bd5c481030ffc72a9705f125a484b38b9 100644 (file)
@@ -146,7 +146,7 @@ struct scsi_host_template {
                                  void (*done)(struct scsi_cmnd *));
 
        /* Used as callback for the completion of task management request. */
-       int (* tsk_mgmt_response)(u64 mid, int result);
+       int (* tsk_mgmt_response)(struct Scsi_Host *, u64, u64 mid, int result);
 
        /*
         * This is an error handling strategy routine.  You don't need to
@@ -341,7 +341,7 @@ struct scsi_host_template {
        /*
         * Name of proc directory
         */
-       char *proc_name;
+       const char *proc_name;
 
        /*
         * Used to store the procfs directory if a driver implements the