Commit 4904e194 authored by Niklas Schnelle's avatar Niklas Schnelle Committed by Vasily Gorbik
Browse files

s390/pci: add missing pci_iov.h include



this fixes a missing prototype compiler warning spotted by the kernel
test robot.

Fixes: abb95b75 ("s390/pci: consolidate SR-IOV specific code")
Reported-by: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarNiklas Schnelle <schnelle@linux.ibm.com>
Signed-off-by: default avatarVasily Gorbik <gor@linux.ibm.com>
parent 48111b48
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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,