kernel/arch/sparc/kernel/pci_fire.c
.. .. @@ -11,6 +11,7 @@ 11 11 #include <linux/export.h> 12 12 #include <linux/irq.h> 13 13 #include <linux/of_device.h> 14 +#include <linux/numa.h>14 15 15 16 #include <asm/prom.h> 16 17 #include <asm/irq.h> .. .. @@ -416,7 +417,7 @@ 416 417 struct device_node *dp = op->dev.of_node; 417 418 int err; 418 419 419 - pbm->numa_node = -1;420 + pbm->numa_node = NUMA_NO_NODE;420 421 421 422 pbm->pci_ops = &sun4u_pci_ops; 422 423 pbm->config_space_reg_bits = 12;