* [PATCH] kernel: remove duplicated include from sys.c
@ 2018-08-21 13:34 YueHaibing
0 siblings, 0 replies; only message in thread
From: YueHaibing @ 2018-08-21 13:34 UTC (permalink / raw)
To: wolffhardt.schwabe, Dave.Martin, yang.shi, gregkh, keescook,
arnd, tglx, akpm, linux, gorcunov, kstewart
Cc: linux-kernel, kernel-janitors, YueHaibing
Remove duplicated include.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
kernel/sys.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/kernel/sys.c b/kernel/sys.c
index 45dc552..d0281b5 100644
--- a/kernel/sys.c
+++ b/kernel/sys.c
@@ -71,9 +71,6 @@
#include <asm/io.h>
#include <asm/unistd.h>
-/* Hardening for Spectre-v1 */
-#include <linux/nospec.h>
-
#include "uid16.h"
#ifndef SET_UNALIGN_CTL
--
2.7.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-08-21 13:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-21 13:34 [PATCH] kernel: remove duplicated include from sys.c YueHaibing
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).