From: Ralf Baechle Date: Fri, 24 Aug 2007 01:13:33 +0000 (+0100) Subject: [MIPS] HOTPLUG: Make register_pci_controller __devinit. X-Git-Tag: v4.13~35771^2~6 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=606bf782846163b87868d8cdd46f44241c0c2a6b;p=mirror_ubuntu-bionic-kernel.git [MIPS] HOTPLUG: Make register_pci_controller __devinit. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/pci/pci.c b/arch/mips/pci/pci.c index 403487ed6f15..6c5c684d1422 100644 --- a/arch/mips/pci/pci.c +++ b/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;