From b48be4147b36b61442c982962d275bf8d290b6ef Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 24 Aug 2007 02:13:33 +0100 Subject: [PATCH] --- yaml --- r: 64520 b: refs/heads/master c: 606bf782846163b87868d8cdd46f44241c0c2a6b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/pci/pci.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 23a44720f9be..4f2b4149a37e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c4aa2563f953d13a9bcf4731b00b0900a45626d7 +refs/heads/master: 606bf782846163b87868d8cdd46f44241c0c2a6b diff --git a/trunk/arch/mips/pci/pci.c b/trunk/arch/mips/pci/pci.c index 403487ed6f15..6c5c684d1422 100644 --- a/trunk/arch/mips/pci/pci.c +++ b/trunk/arch/mips/pci/pci.c @@ -75,7 +75,7 @@ pcibios_align_resource(void *data, struct resource *res, res->start = start; } -void __init register_pci_controller(struct pci_controller *hose) +void __devinit register_pci_controller(struct pci_controller *hose) { if (request_resource(&iomem_resource, hose->mem_resource) < 0) goto out;