diff options
Diffstat (limited to 'arch/powerpc/kernel/pci-common.c')
-rw-r--r-- | arch/powerpc/kernel/pci-common.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/pci-common.c b/arch/powerpc/kernel/pci-common.c index e5dad9a9edc0..37d512d35943 100644 --- a/arch/powerpc/kernel/pci-common.c +++ b/arch/powerpc/kernel/pci-common.c | |||
@@ -20,7 +20,6 @@ | |||
20 | #include <linux/pci.h> | 20 | #include <linux/pci.h> |
21 | #include <linux/string.h> | 21 | #include <linux/string.h> |
22 | #include <linux/init.h> | 22 | #include <linux/init.h> |
23 | #include <linux/bootmem.h> | ||
24 | #include <linux/delay.h> | 23 | #include <linux/delay.h> |
25 | #include <linux/export.h> | 24 | #include <linux/export.h> |
26 | #include <linux/of_address.h> | 25 | #include <linux/of_address.h> |
@@ -1464,7 +1463,7 @@ static void pcibios_setup_phb_resources(struct pci_controller *hose, | |||
1464 | res = &hose->io_resource; | 1463 | res = &hose->io_resource; |
1465 | 1464 | ||
1466 | if (!res->flags) { | 1465 | if (!res->flags) { |
1467 | printk(KERN_WARNING "PCI: I/O resource not set for host" | 1466 | pr_info("PCI: I/O resource not set for host" |
1468 | " bridge %s (domain %d)\n", | 1467 | " bridge %s (domain %d)\n", |
1469 | hose->dn->full_name, hose->global_number); | 1468 | hose->dn->full_name, hose->global_number); |
1470 | } else { | 1469 | } else { |