forked from Minki/linux
tilegx: remove __init from pci fixup hook
Support having the PCI bus be removed at runtime and rediscovered. gregkh@linuxfoundation.org argued for removing __init rather than converting it to __devinit. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
This commit is contained in:
parent
29594404d7
commit
5955a59666
@ -1047,8 +1047,7 @@ int pcibios_enable_device(struct pci_dev *dev, int mask)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Called for each device after PCI setup is done. */
|
/* Called for each device after PCI setup is done. */
|
||||||
static void __init
|
static void pcibios_fixup_final(struct pci_dev *pdev)
|
||||||
pcibios_fixup_final(struct pci_dev *pdev)
|
|
||||||
{
|
{
|
||||||
set_dma_ops(&pdev->dev, gx_pci_dma_map_ops);
|
set_dma_ops(&pdev->dev, gx_pci_dma_map_ops);
|
||||||
set_dma_offset(&pdev->dev, TILE_PCI_MEM_MAP_BASE_OFFSET);
|
set_dma_offset(&pdev->dev, TILE_PCI_MEM_MAP_BASE_OFFSET);
|
||||||
|
Loading…
Reference in New Issue
Block a user