The patch titled
sparc build fixes
has been added to the -mm tree. Its filename is
sparc-build-fixes.patch
Before you just go and hit "reply", please:
a) Consider who else should be cc'ed
b) Prefer to cc a suitable mailing list as well
c) Ideally: find the original patch on the mailing list and do a
reply-to-all to that, adding suitable additional cc's
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
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
sparc-fix-build.patch
sparc-build-fixes.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