s390/pci: add missing pci_iov.h include
authorNiklas Schnelle <schnelle@linux.ibm.com>
Tue, 15 Sep 2020 08:42:41 +0000 (10:42 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 16 Sep 2020 12:08:47 +0000 (14:08 +0200)
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 <lkp@intel.com>
Signed-off-by: Niklas Schnelle <schnelle@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/pci/pci_iov.c

index 35fca14..ead062b 100644 (file)
@@ -13,6 +13,8 @@
 #include <linux/kernel.h>
 #include <linux/pci.h>
 
+#include "pci_iov.h"
+
 static struct resource iov_res = {
        .name   = "PCI IOV res",
        .start  = 0,