Commit 51d3a4ea authored by James Bottomley's avatar James Bottomley

fix syntax error in ncr53c8xx from hch conversion

parent fd32ac22
...@@ -9466,7 +9466,7 @@ static Scsi_Host_Template driver_template = { ...@@ -9466,7 +9466,7 @@ static Scsi_Host_Template driver_template = {
.release = ncr53c8xx_release, .release = ncr53c8xx_release,
#endif #endif
#ifdef SCSI_NCR_PROC_INFO_SUPPORT #ifdef SCSI_NCR_PROC_INFO_SUPPORT
.proc_info = ncr53c8xx_proc_info; .proc_info = ncr53c8xx_proc_info,
#endif #endif
.info = ncr53c8xx_info, .info = ncr53c8xx_info,
.queuecommand = ncr53c8xx_queue_command, .queuecommand = ncr53c8xx_queue_command,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment