mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-30 21:23:57 +00:00
scsi: dmx3191d: 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-32-bvanassche@acm.org Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
16c0a2db0c
commit
b816c6bf69
@ -39,7 +39,7 @@
|
|||||||
#define DMX3191D_REGION_LEN 8
|
#define DMX3191D_REGION_LEN 8
|
||||||
|
|
||||||
|
|
||||||
static struct scsi_host_template dmx3191d_driver_template = {
|
static const struct scsi_host_template dmx3191d_driver_template = {
|
||||||
.module = THIS_MODULE,
|
.module = THIS_MODULE,
|
||||||
.proc_name = DMX3191D_DRIVER_NAME,
|
.proc_name = DMX3191D_DRIVER_NAME,
|
||||||
.name = "Domex DMX3191D",
|
.name = "Domex DMX3191D",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user