Fixes: 24d4401b1dd0 ("elx: efct: Tie into kernel Kconfig and build process") Signed-off-by: kbuild test robot <lkp@xxxxxxxxx> --- efct_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/elx/efct/efct_driver.c b/drivers/scsi/elx/efct/efct_driver.c index 4928e5753d88c..b00fc00a6eb02 100644 --- a/drivers/scsi/elx/efct/efct_driver.c +++ b/drivers/scsi/elx/efct/efct_driver.c @@ -46,7 +46,7 @@ struct efct_fw_write_result { u32 change_status; }; -struct libefc_function_template efct_libefc_templ = { +static struct libefc_function_template efct_libefc_templ = { .hw_domain_alloc = efct_hw_domain_alloc, .hw_domain_attach = efct_hw_domain_attach, .hw_domain_free = efct_hw_domain_free,