linux_dsm_epyc7002/drivers/scsi/lpfc
James Bottomley c88725dd14 scsi: lpfc: Fix build error
You can't declare a function inline in a header if it doesn't have a body
available to the compiler. So realistically you either don't declare it
inline or you make it a static inline in the header.  I think the latter
applies in this case, so this should be the fix

Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Acked-by: James Smart <james.smart@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2019-03-20 20:03:47 -04:00
..
lpfc_attr.c scsi: lpfc: Fix protocol support on G6 and G7 adapters 2019-03-19 13:15:09 -04:00
lpfc_attr.h
lpfc_bsg.c scsi: lpfc: Update Copyright in driver version 2019-03-19 13:15:10 -04:00
lpfc_bsg.h scsi: lpfc: Update Copyright in driver version 2019-03-19 13:15:10 -04:00
lpfc_compat.h
lpfc_crtn.h
lpfc_ct.c scsi: lpfc: Fix duplicate log message numbers 2019-03-19 13:15:10 -04:00
lpfc_debugfs.c scsi: be2iscsi: lpfc: fix typo 2019-03-19 17:38:20 -04:00
lpfc_debugfs.h scsi: lpfc: Reduce memory footprint for lpfc_queue 2019-03-19 13:15:09 -04:00
lpfc_disc.h
lpfc_els.c
lpfc_hbadisc.c scsi: lpfc: Fix handling of trunk links state reporting 2019-03-19 13:15:09 -04:00
lpfc_hw4.h scsi: lpfc: Add loopback testing to trunking mode 2019-03-19 13:15:09 -04:00
lpfc_hw.h
lpfc_ids.h
lpfc_init.c scsi: lpfc: Fix duplicate log message numbers 2019-03-19 13:15:10 -04:00
lpfc_logmsg.h
lpfc_mbox.c
lpfc_mem.c
lpfc_nl.h
lpfc_nportdisc.c
lpfc_nvme.c scsi: lpfc: Enhance 6072 log string 2019-03-19 13:15:10 -04:00
lpfc_nvme.h
lpfc_nvmet.c scsi: lpfc: Correct localport timeout duration error 2019-03-19 13:15:08 -04:00
lpfc_nvmet.h scsi: lpfc: Correct localport timeout duration error 2019-03-19 13:15:08 -04:00
lpfc_scsi.c scsi: lpfc: Fix driver crash in target reset handler 2019-03-19 13:15:08 -04:00
lpfc_scsi.h
lpfc_sli4.h scsi: lpfc: Fix build error 2019-03-20 20:03:47 -04:00
lpfc_sli.c scsi: lpfc: Fix build error 2019-03-20 20:03:47 -04:00
lpfc_sli.h scsi: lpfc: Coordinate adapter error handling with offline handling 2019-03-19 12:57:02 -04:00
lpfc_version.h scsi: lpfc: Update lpfc version to 12.2.0.1 2019-03-19 13:15:10 -04:00
lpfc_vport.c
lpfc_vport.h
lpfc.h scsi: lpfc: Correct boot bios information to FDMI registration 2019-03-19 13:15:09 -04:00
Makefile