The patch titled sparc build fixes has been removed from the -mm tree. Its filename was sparc-build-fixes.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: sparc build fixes From: Robert Reif <reif@xxxxxxxxxxxxx> Apparently these drivers now need uaccess.h Signed-off-by: Robert Reif <reif@xxxxxxxxxxxxx> Cc: David Rientjes <rientjes@xxxxxxxxxx> Cc: Adrian Bunk <bunk@xxxxxxxxx> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/cg14.c | 1 + drivers/video/sbuslib.c | 1 + 2 files changed, 2 insertions(+) diff -puN drivers/video/cg14.c~sparc-build-fixes drivers/video/cg14.c --- a/drivers/video/cg14.c~sparc-build-fixes +++ a/drivers/video/cg14.c @@ -16,6 +16,7 @@ #include <linux/init.h> #include <linux/fb.h> #include <linux/mm.h> +#include <linux/uaccess.h> #include <asm/io.h> #include <asm/prom.h> diff -puN drivers/video/sbuslib.c~sparc-build-fixes drivers/video/sbuslib.c --- a/drivers/video/sbuslib.c~sparc-build-fixes +++ a/drivers/video/sbuslib.c @@ -9,6 +9,7 @@ #include <linux/string.h> #include <linux/fb.h> #include <linux/mm.h> +#include <linux/uaccess.h> #include <asm/oplib.h> #include <asm/fbio.h> _ Patches currently in -mm which might be from reif@xxxxxxxxxxxxx are git-sparc64.patch sparc-fix-build.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