The pcibios_enable_device is now identical to the generic version in non arch specific code, so we can delete this one. Signed-off-by: Matthew Minter <matt@xxxxxxxxxxxx> --- arch/mn10300/unit-asb2305/pci.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/arch/mn10300/unit-asb2305/pci.c b/arch/mn10300/unit-asb2305/pci.c index 37a22a5..c9fc19d 100644 --- a/arch/mn10300/unit-asb2305/pci.c +++ b/arch/mn10300/unit-asb2305/pci.c @@ -398,14 +398,6 @@ char *__init pcibios_setup(char *str) return str; } -int pcibios_enable_device(struct pci_dev *dev, int mask) -{ - int err; - - err = pci_enable_resources(dev, mask); - return err; -} - /* * disable the ethernet chipset */ -- 2.6.2 -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html