]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
qla2xxx: Declare an array with file scope static
authorBart Van Assche <bart.vanassche@sandisk.com>
Tue, 17 Jan 2017 17:34:14 +0000 (09:34 -0800)
committerBart Van Assche <bart.vanassche@sandisk.com>
Tue, 17 Jan 2017 19:26:35 +0000 (11:26 -0800)
This patch avoids that building with W=1 triggers a compiler warning
about a missing declaration.

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Acked-by: Himanshu Madhani <himanshu.madhani@qlogic.com>
Cc: Quinn Tran <quinn.tran@qlogic.com>
Cc: Christoph Hellwig <hch@lst.de>
drivers/scsi/qla2xxx/qla_mbx.c

index 3f0b592f02bf759e67bdd3277a83a800bc3b2c2d..b3a9f6a40a448b2421207aa4810b37ca9eb93a10 100644 (file)
@@ -10,7 +10,7 @@
 #include <linux/delay.h>
 #include <linux/gfp.h>
 
-struct rom_cmd {
+static struct rom_cmd {
        uint16_t cmd;
 } rom_cmds[] = {
        { MBC_LOAD_RAM },