Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71753e01 authored by Jiri Slaby's avatar Jiri Slaby Committed by Mauro Carvalho Chehab
Browse files

EDAC: add __init to i7core_xeon_pci_fixup



It's called only from an __init function and is the only user
of pcibios_scan_specific_bus which will be marked as __devinit in
the next patch.

Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 508fa179
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1170,7 +1170,7 @@ static void i7core_put_all_devices(void)
		i7core_put_devices(i7core_dev);
}

static void i7core_xeon_pci_fixup(int dev_id)
static void __init i7core_xeon_pci_fixup(int dev_id)
{
	struct pci_dev *pdev = NULL;
	int i;