[SCSI] Make scsi_host_template::proc_name const char * instead of char *.

Signed-off-by: Kristian Høgsberg <krh@redhat.com>

collapsed with fw-sbp2 patch "Drop cast to non-const char * in host
template initialization." from Kristian Høgsberg

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
Kristian Høgsberg
2007-05-09 19:23:12 -04:00
committed by James Bottomley
parent b4e44590f0
commit b02b6bc465
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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