[RFC PATCH] elx: efct: efct_libefc_templ can be static

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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,



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]

  Powered by Linux