|
@@ -1162,7 +1162,7 @@ static struct device_attribute *sbp2_scsi_sysfs_attrs[] = {
|
|
|
static struct scsi_host_template scsi_driver_template = {
|
|
|
.module = THIS_MODULE,
|
|
|
.name = "SBP-2 IEEE-1394",
|
|
|
- .proc_name = (char *)sbp2_driver_name,
|
|
|
+ .proc_name = sbp2_driver_name,
|
|
|
.queuecommand = sbp2_scsi_queuecommand,
|
|
|
.slave_alloc = sbp2_scsi_slave_alloc,
|
|
|
.slave_configure = sbp2_scsi_slave_configure,
|