cris/PCI: remove pcibios_assign_resources()
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 20 Jun 2012 12:12:02 +0000 (14:12 +0200)
committerJesper Nilsson <jespern@axis.com>
Wed, 3 Oct 2012 07:56:42 +0000 (09:56 +0200)
There's no caller of pcibios_assign_resources() in the tree.  It is
exported, so an out-of-tree module *could* call it, but no other arch
exports pcibios_assign_resources(), so it would have to be a CRIS-specific
module.  I doubt such a caller exists.

CC: Mikael Starvik <starvik@axis.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>

No differences found