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)
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>

No differences found