]> asedeno.scripts.mit.edu Git - linux.git/commit
scsi: lpfc: fix build error of lpfc_debugfs.c for vfree/vmalloc
authorJames Smart <jsmart2021@gmail.com>
Fri, 25 Oct 2019 18:25:30 +0000 (11:25 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 29 Oct 2019 01:48:37 +0000 (21:48 -0400)
commit9e2edb41c3d4cab6da0eedcc07ae04758af62ab8
tree2db24f89372b3656ac35f56c839a45f70e752769
parentf873b66119f2d6fc7b932a68df8d77a26357bab6
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 <dick.kennedy@broadcom.com>
Signed-off-by: James Smart <jsmart2021@gmail.com>
Reviewed-by: Ewan D. Milne <emilne@redhat.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_debugfs.c