[merged] xtensa-fix-a-build-error-in-arch-xtensa-include-asm-uaccessh.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     xtensa: fix a build error in arch/xtensa/include/asm/uaccess.h
has been removed from the -mm tree.  Its filename was
     xtensa-fix-a-build-error-in-arch-xtensa-include-asm-uaccessh.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: xtensa: fix a build error in arch/xtensa/include/asm/uaccess.h
From: WANG Cong <xiyou.wangcong@xxxxxxxxx>

Fix the following build error:

src/arch/xtensa/include/asm/uaccess.h:403: error: implicit declaration
of function 'prefetch': 1 errors in 1 logs
        v3.0-rc6/xtensa/xtensa-defconfig
src/arch/xtensa/include/asm/uaccess.h:412: error: implicit declaration
of function 'prefetchw': 1 errors in 1 logs
        v3.0-rc6/xtensa/xtensa-defconfig

Signed-off-by: WANG Cong <xiyou.wangcong@xxxxxxxxx>
Cc: Chris Zankel <chris@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 arch/xtensa/include/asm/uaccess.h |    1 +
 1 file changed, 1 insertion(+)

diff -puN arch/xtensa/include/asm/uaccess.h~xtensa-fix-a-build-error-in-arch-xtensa-include-asm-uaccessh arch/xtensa/include/asm/uaccess.h
--- a/arch/xtensa/include/asm/uaccess.h~xtensa-fix-a-build-error-in-arch-xtensa-include-asm-uaccessh
+++ a/arch/xtensa/include/asm/uaccess.h
@@ -17,6 +17,7 @@
 #define _XTENSA_UACCESS_H
 
 #include <linux/errno.h>
+#include <linux/prefetch.h>
 
 #define VERIFY_READ    0
 #define VERIFY_WRITE   1
_

Patches currently in -mm which might be from xiyou.wangcong@xxxxxxxxx are

origin.patch
linux-next.patch
cris-fix-a-build-error-in-kernel-forkc.patch
cris-fix-a-build-error-in-kernel-forkc-checkpatch-fixes.patch
cris-fix-a-build-error-in-sync_serial_open.patch
cris-fix-the-prototype-of-sync_serial_ioctl.patch
cris-add-missing-declaration-of-kgdb_init-and-breakpoint.patch
gcov-disable-constructors-for-uml.patch
include-linux-dma-mappingh-remove-dma_xxbit_mask-macros.patch
kexec-remove-kmsg_dump_kexec.patch
ramoops-use-module-parameters-instead-of-platform-data-if-not-available.patch
ramoops-use-module-parameters-instead-of-platform-data-if-not-available-checkpatch-fixes.patch
ramoops-add-new-line-to-each-print.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


[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux