mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02: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:
committed by
Martin K. Petersen
parent
16c0a2db0c
commit
b816c6bf69
@@ -39,7 +39,7 @@
|
||||
#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,
|
||||
.proc_name = DMX3191D_DRIVER_NAME,
|
||||
.name = "Domex DMX3191D",
|
||||
|
Reference in New Issue
Block a user