scsi: lpfc: Move trunk_errmsg[] from a header file into a .c file
authorBart Van Assche <bvanassche@acm.org>
Thu, 28 Mar 2019 18:06:19 +0000 (11:06 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 4 Apr 2019 03:11:36 +0000 (23:11 -0400)
commita73cb814923ab948fae64e34802cebe228228a88
treebc3e2568f1be536e5b8f765845c050aa72435fcc
parentcd05c155d720f9a499c0796aecb58397dfa8618d
scsi: lpfc: Move trunk_errmsg[] from a header file into a .c file

Arrays should be defined in .c files instead of in a header file. This
patch reduces the size of the lpfc kernel module.

Cc: James Smart <james.smart@broadcom.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Acked-by: James Smart <james.smart@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_attr.c
drivers/scsi/lpfc/lpfc_hw4.h