On 4/17/2018 6:52 PM, Ajit Khaparde wrote: > From: Scott Branden <[email protected]> > > Starting from Linux v3.16 pci_is_bridge() is in linux/pci.h, > in previous versions it is in drivers/pci/pci.h which is private header. > > Fix build error when calling pci_is_bridge by not calling/supporting > pci_is_bridge with kernel versions before 3.16. > > Fixes: 6f0841b7701b ("igb_uio: bind error if PCIe bridge") > > Signed-off-by: Scott Branden <[email protected]> > Signed-off-by: Ajit Khaparde <[email protected]> > Reported-by: Ferruh Yigit <[email protected]> > Acked-by: Bernard Iremonger <[email protected]>
Acked-by: Ferruh Yigit <[email protected]>

