The patch titled MTD: ESB2ROM uses PCI has been removed from the -mm tree. Its filename was mtd-esb2rom-uses-pci.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: MTD: ESB2ROM uses PCI From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> ESB2ROM uses PCI interface functions. With CONFIG_PCI=n: drivers/mtd/maps/esb2rom.c: In function 'esb2rom_init_one': drivers/mtd/maps/esb2rom.c:167: warning: implicit declaration of function 'pci_dev_get' Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/mtd/maps/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/mtd/maps/Kconfig~mtd-esb2rom-uses-pci drivers/mtd/maps/Kconfig --- a/drivers/mtd/maps/Kconfig~mtd-esb2rom-uses-pci +++ a/drivers/mtd/maps/Kconfig @@ -186,7 +186,7 @@ config MTD_ICHXROM config MTD_ESB2ROM tristate "BIOS flash chip on Intel ESB Controller Hub 2" - depends on X86 && MTD_JEDECPROBE + depends on X86 && MTD_JEDECPROBE && PCI help Support for treating the BIOS flash chip on ESB2 motherboards as an MTD device - with this you can reprogram your BIOS. _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are origin.patch fix-section-mismatch-in-parainstructions.patch kconfig-new-function-bool-conf_get_changedvoid.patch kconfig-make-sym_change_count-static-let-it-be-altered-by-2-functions-only.patch kconfig-add-void-conf_set_changed_callbackvoid-fnvoid-use-it-in-qconfcc.patch kconfig-set-gconfs-save-widgets-sensitivity-according-to-configs-changed-state.patch isicom-fix-build-with-pci-disabled.patch git-acpi.patch git-alsa.patch cpufreq-select-consistently-re-2619-rc5-mm1.patch git-mtd.patch parisc-fix-module_param-iommu-permission.patch scsi-advansys-wrap-pci-table-inside-ifdef-config_pci.patch kbuild-make-fusion-mpt-selectable-from-device-drivers.patch reiser4-use-null-for-pointers.patch extend-notifier_call_chain-to-count-nr_calls-made-fixes.patch profile_likely-export-do_check_likely.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html