Skip to content

Commit

Permalink
kernel/sys.c: remove duplicated include
Browse files Browse the repository at this point in the history
Link: http://lkml.kernel.org/r/20180821133424.18716-1-yuehaibing@huawei.com
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
YueHaibing authored and Greg Kroah-Hartman committed Sep 20, 2018
1 parent b45d71f commit 3bf181b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kernel/sys.c
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3bf181b

Please sign in to comment.