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 1229735 commit 1384c70Copy full SHA for 1384c70
arch/x86/events/intel/uncore.c
@@ -21,7 +21,7 @@ static struct event_constraint uncore_constraint_fixed =
21
struct event_constraint uncore_constraint_empty =
22
EVENT_CONSTRAINT(0, 0, 0);
23
24
-int uncore_pcibus_to_physid(struct pci_bus *bus)
+static int uncore_pcibus_to_physid(struct pci_bus *bus)
25
{
26
struct pci2phy_map *map;
27
int phys_id = -1;
arch/x86/events/intel/uncore.h
@@ -125,7 +125,6 @@ struct pci2phy_map {
125
int pbus_to_physid[256];
126
};
127
128
-int uncore_pcibus_to_physid(struct pci_bus *bus);
129
struct pci2phy_map *__find_pci2phy_map(int segment);
130
131
ssize_t uncore_event_show(struct kobject *kobj,
0 commit comments