From: Niklas Schnelle Date: Tue, 15 Sep 2020 08:42:41 +0000 (+0200) Subject: s390/pci: add missing pci_iov.h include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4904e1941ee334bf1f90e4017a37f7c8a52b685c;p=linux.git s390/pci: add missing pci_iov.h include this fixes a missing prototype compiler warning spotted by the kernel test robot. Fixes: abb95b7550f8 ("s390/pci: consolidate SR-IOV specific code") Reported-by: kernel test robot Signed-off-by: Niklas Schnelle Signed-off-by: Vasily Gorbik --- diff --git a/arch/s390/pci/pci_iov.c b/arch/s390/pci/pci_iov.c index 35fca14ebb35f..ead062bf2b41c 100644 --- a/arch/s390/pci/pci_iov.c +++ b/arch/s390/pci/pci_iov.c @@ -13,6 +13,8 @@ #include #include +#include "pci_iov.h" + static struct resource iov_res = { .name = "PCI IOV res", .start = 0,