The patch titled acpi: fix memory_hotplug externs has been removed from the -mm tree. Its filename is acpi-fix-memory_hotplug-externs.patch This patch was dropped because it is obsolete ------------------------------------------------------ Subject: acpi: fix memory_hotplug externs From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Spell CONFIG option correctly so that externs work. Fixes these warnings: drivers/acpi/acpi_memhotplug.c:248: warning: implicit declaration of function 'add_memory' drivers/acpi/acpi_memhotplug.c:312: warning: implicit declaration of function 'remove_memory' Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Cc: Andi Kleen <ak@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/memory_hotplug.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/memory_hotplug.h~acpi-fix-memory_hotplug-externs include/linux/memory_hotplug.h --- devel/include/linux/memory_hotplug.h~acpi-fix-memory_hotplug-externs 2006-03-28 12:48:10.000000000 -0800 +++ devel-akpm/include/linux/memory_hotplug.h 2006-03-28 12:48:10.000000000 -0800 @@ -105,7 +105,7 @@ static inline int __remove_pages(struct } #if defined(CONFIG_MEMORY_HOTPLUG) || defined(CONFIG_ACPI_HOTPLUG_MEMORY) \ - || defined(CONFIG_ACPI_MEMORY_HOTPLUG_MODULE) + || defined(CONFIG_ACPI_HOTPLUG_MEMORY_MODULE) extern int add_memory(u64 start, u64 size); extern int remove_memory(u64 start, u64 size); #endif _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxx are origin.patch git-acpi.patch acpi-identify-which-device-is-not-power-manageable.patch git-dvb.patch git-mtd.patch ioat-fix-sparse-ulong-warning.patch git-pcmcia.patch git-scsi-misc.patch aic7-cleanup-module_parm_desc-strings.patch qla1280-fix-section-mismatch-warnings.patch dc395x-fix-printk-format-warning.patch areca-raid-linux-scsi-driver.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