From: James Smart Date: Fri, 25 Oct 2019 18:25:30 +0000 (-0700) Subject: scsi: lpfc: fix build error of lpfc_debugfs.c for vfree/vmalloc X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9e2edb41c3d4cab6da0eedcc07ae04758af62ab8;p=openwrt%2Fstaging%2Fblogic.git scsi: lpfc: fix build error of lpfc_debugfs.c for vfree/vmalloc lpfc_debufs.c was missing include of vmalloc.h when compiled on PPC. Add missing header. Link: https://lore.kernel.org/r/20191025182530.26653-1-jsmart2021@gmail.com Signed-off-by: Dick Kennedy Signed-off-by: James Smart Reviewed-by: Ewan D. Milne Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/lpfc/lpfc_debugfs.c b/drivers/scsi/lpfc/lpfc_debugfs.c index ab124f7d50d6..6c8effcfc8ae 100644 --- a/drivers/scsi/lpfc/lpfc_debugfs.c +++ b/drivers/scsi/lpfc/lpfc_debugfs.c @@ -31,6 +31,7 @@ #include #include #include +#include #include #include