diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c index 43159965e09e93..41115dbcab0ced 100644 --- a/drivers/pci/probe.c +++ b/drivers/pci/probe.c @@ -968,9 +968,6 @@ static int pci_register_host_bridge(struct pci_host_bridge *bridge) else pr_info("PCI host bridge to bus %s\n", name); - if (nr_node_ids > 1 && pcibus_to_node(bus) == NUMA_NO_NODE) - dev_warn(&bus->dev, "Unknown NUMA node; performance will be reduced\n"); - /* Coalesce contiguous windows */ resource_list_for_each_entry_safe(window, n, &resources) { if (list_is_last(&window->node, &resources))