Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pti: add missing CONFIG_PCI dependency
allmodconfig compile fails on s390 because of the new PTI driver: drivers/misc/pti.c:407:3: error: implicit declaration of function 'pci_iounmap' drivers/misc/pti.c:410:3: error: implicit declaration of function 'pci_release_region' Add a 'depends on PCI' statement so it doesn't get compiled. Cc: J Freyensee <[email protected]> Signed-off-by: Tracey Dent <[email protected]> Acked-by: Randy Dunlap <[email protected]> Signed-off-by: Sergei Trofimovich <[email protected]> Signed-off-by: Heiko Carstens <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information