mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08:00
scsi: aha152x: Declare SCSI host template const
Make it explicit that the SCSI host template is not modified. Signed-off-by: Bart Van Assche <bvanassche@acm.org> Link: https://lore.kernel.org/r/20230322195515.1267197-19-bvanassche@acm.org Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
committed by
Martin K. Petersen
parent
8afc6e14a6
commit
11e58ceacf
@@ -400,7 +400,7 @@ MODULE_DEVICE_TABLE(isapnp, id_table);
|
||||
|
||||
#endif /* !AHA152X_PCMCIA */
|
||||
|
||||
static struct scsi_host_template aha152x_driver_template;
|
||||
static const struct scsi_host_template aha152x_driver_template;
|
||||
|
||||
/*
|
||||
* internal states of the host
|
||||
@@ -2946,7 +2946,7 @@ static int aha152x_adjust_queue(struct scsi_device *device)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static struct scsi_host_template aha152x_driver_template = {
|
||||
static const struct scsi_host_template aha152x_driver_template = {
|
||||
.module = THIS_MODULE,
|
||||
.name = AHA152X_REVID,
|
||||
.proc_name = "aha152x",
|
||||
|
||||
Reference in New Issue
Block a user