From: Andrew Morton Cc: Ingo Molnar Cc: Thomas Gleixner Signed-off-by: Andrew Morton --- arch/x86/pci/common.c | 13 ------------- 1 file changed, 13 deletions(-) diff -puN arch/x86/pci/common.c~git-x86-fix-doubly-merged-patch arch/x86/pci/common.c --- a/arch/x86/pci/common.c~git-x86-fix-doubly-merged-patch +++ a/arch/x86/pci/common.c @@ -122,19 +122,6 @@ static void __devinit pcibios_fixup_devi rom_r->start = rom_r->end = rom_r->flags = 0; } -static void __devinit pcibios_fixup_device_resources(struct pci_dev *dev) -{ - struct resource *rom_r = &dev->resource[PCI_ROM_RESOURCE]; - - if (rom_r->parent) - return; - if (rom_r->start) - /* we deal with BIOS assigned ROM later */ - return; - if (!(pci_probe & PCI_ASSIGN_ROMS)) - rom_r->start = rom_r->end = rom_r->flags = 0; -} - /* * Called after each bus is probed, but before its children * are examined. _