Subject: [merged] arch-c6x-mm-include-asm-uaccessh-to-pass-compiling.patch
removed from -mm tree
To: [email protected],[email protected],[email protected]
From: [email protected]
Date: Mon, 08 Jul 2013 12:22:52 -0700
The patch titled
Subject: arch: c6x: mm: include "asm/uaccess.h" to pass compiling
has been removed from the -mm tree. Its filename was
arch-c6x-mm-include-asm-uaccessh-to-pass-compiling.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
From: Chen Gang <[email protected]>
Subject: arch: c6x: mm: include "asm/uaccess.h" to pass compiling
Need include "asm/uaccess.h" to pass compiling.
The related error (with allmodconfig):
arch/c6x/mm/init.c: In function `paging_init':
arch/c6x/mm/init.c:46:2: error: implicit declaration of function `set_fs'
[-Werror=implicit-function-declaration]
arch/c6x/mm/init.c:46:9: error: `KERNEL_DS' undeclared (first use in this
function)
arch/c6x/mm/init.c:46:9: note: each undeclared identifier is reported only
once for each function it appears in
Signed-off-by: Chen Gang <[email protected]>
Cc: <[email protected]> [3.10.x]
Signed-off-by: Andrew Morton <[email protected]>
---
arch/c6x/mm/init.c | 1 +
1 file changed, 1 insertion(+)
diff -puN arch/c6x/mm/init.c~arch-c6x-mm-include-asm-uaccessh-to-pass-compiling
arch/c6x/mm/init.c
--- a/arch/c6x/mm/init.c~arch-c6x-mm-include-asm-uaccessh-to-pass-compiling
+++ a/arch/c6x/mm/init.c
@@ -18,6 +18,7 @@
#include <linux/initrd.h>
#include <asm/sections.h>
+#include <asm/uaccess.h>
/*
* ZERO_PAGE is a special page that is used for zero-initialized
_
Patches currently in -mm which might be from [email protected] are
origin.patch
linux-next.patch
kernel-auditfilterc-fix-leak-in-audit_add_rule-error-path.patch
include-linux-interrupth-add-dummy-irq_set_irq_wake-for-generic_hardirqs.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html