Rename pci_init() to pci_apply_final_quirks(), move it to quirks.c
authorDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 12 Oct 2009 11:48:43 +0000 (12:48 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 12 Oct 2009 13:42:04 +0000 (14:42 +0100)
commit8d86fb2c80ec376b35ae64ac858d406ae1d42a3f
tree66ae9941d9f9785fd75365c357b706ff2d31f67a
parente0fc7e0b4b5e69616f10a894ab9afff3c64be74e
Rename pci_init() to pci_apply_final_quirks(), move it to quirks.c

This function may have done more in the past, but all it does now is
apply the PCI_FIXUP_FINAL quirks. So name it sensibly and put it where
it belongs.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/pci/pci.c
drivers/pci/quirks.c