On 19/10/2018 05:23, Sinan Kaya wrote: > It is time to hide pci_reset_function_locked() since pci_reset_function() > provides the same functionality. One less API to expose to the users. > > Signed-off-by: Sinan Kaya <okaya@xxxxxxxxxx> Did you try to compile that? You are mixing use of PCI_RESET_ALREADY_LOCKED and PCI_RESET_ALREADYLOCKED, and I can't imagine both are valid. Juergen