--- arch/mips/lemote/lm2f/common/pci.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/mips/lemote/lm2f/common/pci.c b/arch/mips/lemote/lm2f/common/pci.c index f7acbe7..9c080cb 100644 --- a/arch/mips/lemote/lm2f/common/pci.c +++ b/arch/mips/lemote/lm2f/common/pci.c @@ -34,14 +34,14 @@ extern struct pci_ops loongson2f_pci_pci_ops; /* if you want to expand the pci memory space, you should config 64bits kernel too. */ static struct resource loongson2f_pci_mem_resource = { - .name = "LOONGSON2E PCI MEM", + .name = "PCI MEM", .start = 0x14000000UL, .end = 0x1fffffffUL, .flags = IORESOURCE_MEM, }; static struct resource loongson2f_pci_io_resource = { - .name = "LOONGSON2E PCI IO MEM", + .name = "PCI IO MEM", .start = 0x00004000UL, .end = 0x0000ffffUL, .flags = IORESOURCE_IO, -- 1.5.6.5