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

Commit 00010268 authored by David Woodhouse's avatar David Woodhouse
Browse files

Mark pci_apply_final_quirks() __init rather than __devinit



It doesn't get invoked on hotplug; it can be thrown away after init.

Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 8d86fb2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2573,7 +2573,7 @@ void pci_fixup_device(enum pci_fixup_pass pass, struct pci_dev *dev)
	pci_do_fixups(dev, start, end);
}

static int __devinit pci_apply_final_quirks(void)
static int __init pci_apply_final_quirks(void)
{
	struct pci_dev *dev = NULL;