Просмотр исходного кода

[MIPS] HOTPLUG: Make register_pci_controller __devinit.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 18 лет назад
Родитель
Сommit
606bf78284
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      arch/mips/pci/pci.c

+ 1 - 1
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;