The patch titled IA64: export symbols empty_zero_page, ia64_ssc has been removed from the -mm tree. Its filename is ia64-export-symbols-empty_zero_page-ia64_ssc.patch This patch was dropped because it was nacked by the maintainer ------------------------------------------------------ Subject: IA64: export symbols empty_zero_page, ia64_ssc From: Judith Lebzelter <judith@xxxxxxxx> These warnings occur during modpost for ia64/allmodconfig in 2.6.19-rc1 WARNING: "empty_zero_page" [arch/ia64/hp/sim/simscsi.ko] undefined! WARNING: "ia64_ssc" [arch/ia64/hp/sim/simscsi.ko] undefined! This patch exports those variables and stops the warnings. Signed-off-by: Judith Lebzelter <judith@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/ia64/kernel/ia64_ksyms.c | 6 ++++++ 1 file changed, 6 insertions(+) diff -puN arch/ia64/kernel/ia64_ksyms.c~ia64-export-symbols-empty_zero_page-ia64_ssc arch/ia64/kernel/ia64_ksyms.c --- a/arch/ia64/kernel/ia64_ksyms.c~ia64-export-symbols-empty_zero_page-ia64_ssc +++ a/arch/ia64/kernel/ia64_ksyms.c @@ -111,3 +111,9 @@ EXPORT_SYMBOL_GPL(esi_call_phys); #endif extern char ia64_ivt[]; EXPORT_SYMBOL(ia64_ivt); + +#include "../hp/sim/hpsim_ssc.h" +EXPORT_SYMBOL(ia64_ssc); +#include <asm/pgtable.h> +EXPORT_SYMBOL(empty_zero_page); + _ Patches currently in -mm which might be from judith@xxxxxxxx are ia64-export-symbols-empty_zero_page-ia64_ssc.patch acx1xx-wireless-driver.patch use-generic-bug-for-ppc.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