lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon,  6 Feb 2017 16:26:50 +0000
From:   Wei Yongjun <weiyj.lk@...il.com>
To:     Ralf Baechle <ralf@...ux-mips.org>,
        Markus Elfring <elfring@...rs.sourceforge.net>
Cc:     Wei Yongjun <weiyongjun1@...wei.com>, linux-mips@...ux-mips.org,
        linux-kernel@...r.kernel.org
Subject: [PATCH -next] MIPS: sysmips: Remove duplicated include from syscall.c

From: Wei Yongjun <weiyongjun1@...wei.com>

Remove duplicated include.

Signed-off-by: Wei Yongjun <weiyongjun1@...wei.com>
---
 arch/mips/kernel/syscall.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/mips/kernel/syscall.c b/arch/mips/kernel/syscall.c
index 735733f..c86ddba 100644
--- a/arch/mips/kernel/syscall.c
+++ b/arch/mips/kernel/syscall.c
@@ -36,7 +36,6 @@
 #include <asm/sim.h>
 #include <asm/shmparam.h>
 #include <asm/sysmips.h>
-#include <linux/uaccess.h>
 #include <asm/switch_to.h>
 
 /*



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ