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 <[EMAIL PROTECTED]>
Apparently these drivers now need uaccess.h
Signed-off-by: Robert Reif <[EMAIL PROTECTED]>
Cc: David Rientjes <[EMAIL PROTECTED]>
Cc: Adrian Bunk <[EMAIL PROTECTED]>
Cc: "David S. Miller" <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html