summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2021-08-02 17:17:28 -0500
committerBjorn Helgaas <bhelgaas@google.com>2021-08-20 16:28:10 -0500
commitf0ab00174eb7574732737fc0734d4b406aed6231 (patch)
tree0f70e1396d17ecdc8f127683ec5122ee5c628f56 /scripts
parenta153e5e117ff562546ad3914045f2b5e1c302f88 (diff)
downloadlwn-f0ab00174eb7574732737fc0734d4b406aed6231.tar.gz
lwn-f0ab00174eb7574732737fc0734d4b406aed6231.zip
PCI: Make saved capability state private to core
Interfaces and structs for saving and restoring PCI Capability state were declared in include/linux/pci.h, but aren't needed outside drivers/pci/. Move these to drivers/pci/pci.h: struct pci_cap_saved_data struct pci_cap_saved_state void pci_allocate_cap_save_buffers() void pci_free_cap_save_buffers() int pci_add_cap_save_buffer() int pci_add_ext_cap_save_buffer() struct pci_cap_saved_state *pci_find_saved_cap() struct pci_cap_saved_state *pci_find_saved_ext_cap() Link: https://lore.kernel.org/r/20210802221728.1469304-1-helgaas@kernel.org Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions