The patch titled Fix modular AGPGART (ia64 allmodconfig) has been removed from the -mm tree. Its filename was fix-modular-agpgart-ia64-allmodconfig.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Fix modular AGPGART (ia64 allmodconfig) From: Zwane Mwaikambo <zwane@xxxxxxxxxxxxx> My previous compat AGP patch broke modular AGPGART. Test built on; i386 CONFIG_AGP=y,m x86_64 CONFIG_AGP=y ia64 CONFIG_AGP=m Signed-off-by: Zwane Mwaikambo <zwane@xxxxxxxxxxxxx> Cc: Dave Jones <davej@xxxxxxxxxxxxxxxxx> Cc: Kyle McMartin <kyle@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/char/agp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN drivers/char/agp/Makefile~fix-modular-agpgart-ia64-allmodconfig drivers/char/agp/Makefile --- a/drivers/char/agp/Makefile~fix-modular-agpgart-ia64-allmodconfig +++ a/drivers/char/agp/Makefile @@ -1,7 +1,8 @@ agpgart-y := backend.o frontend.o generic.o isoch.o +agpgart-$(CONFIG_COMPAT) += compat_ioctl.o + obj-$(CONFIG_AGP) += agpgart.o -obj-$(CONFIG_COMPAT) += compat_ioctl.o obj-$(CONFIG_AGP_ALI) += ali-agp.o obj-$(CONFIG_AGP_ATI) += ati-agp.o obj-$(CONFIG_AGP_AMD) += amd-k7-agp.o _ Patches currently in -mm which might be from zwane@xxxxxxxxxxxxx are git-agpgart.patch x86-dont-probe-for-ddc-on-vbe12.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