Mark pci_apply_final_quirks() __init rather than __devinit
authorDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 12 Oct 2009 11:50:34 +0000 (12:50 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 12 Oct 2009 13:42:06 +0000 (14:42 +0100)
commit00010268842bda320d43159324651c330e1e8136
tree97a9cb7187c2b1594c859816f793e0d8a0f9990e
parent8d86fb2c80ec376b35ae64ac858d406ae1d42a3f
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: David Woodhouse <David.Woodhouse@intel.com>
drivers/pci/quirks.c