Skip to content

Commit

Permalink
ia64/PCI: factor out pcibios_setup()
Browse files Browse the repository at this point in the history
The PCI core provides a generic pcibios_setup() routine.  Drop this
architecture-specific version in favor of that.

Acked-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Myron Stowe <myron.stowe@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
  • Loading branch information
Myron Stowe authored and Bjorn Helgaas committed Jul 5, 2012
1 parent f3328a0 commit 8421a35
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions arch/ia64/pci/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -496,15 +496,6 @@ pcibios_align_resource (void *data, const struct resource *res,
return res->start;
}

/*
* PCI BIOS setup, always defaults to SAL interface
*/
char * __init
pcibios_setup (char *str)
{
return str;
}

int
pci_mmap_page_range (struct pci_dev *dev, struct vm_area_struct *vma,
enum pci_mmap_state mmap_state, int write_combine)
Expand Down

0 comments on commit 8421a35

Please sign in to comment.