We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032f05b commit c1dc61aCopy full SHA for c1dc61a
drivers/pci/controller/dwc/pcie-designware-debugfs.c
@@ -865,7 +865,7 @@ static bool dw_pcie_ptm_t4_visible(void *drvdata)
865
return pci->mode == DW_PCIE_EP_TYPE;
866
}
867
868
-const struct pcie_ptm_ops dw_pcie_ptm_ops = {
+static const struct pcie_ptm_ops dw_pcie_ptm_ops = {
869
.check_capability = dw_pcie_ptm_check_capability,
870
.context_update_write = dw_pcie_ptm_context_update_write,
871
.context_update_read = dw_pcie_ptm_context_update_read,
0 commit comments