diff options
author | Will Deacon <will@kernel.org> | 2020-05-15 16:15:46 +0100 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2020-05-18 17:47:45 +0100 |
commit | aa7a65ae5b8f459617e5ed1422301386e7f12274 (patch) | |
tree | cef0ed39d12b017d967f3e5c02282173eb87200f /kernel/scs.c | |
parent | 88485be531f4aee841ddc53b56e2f6e6a338854d (diff) | |
download | linux-aa7a65ae5b8f459617e5ed1422301386e7f12274.tar.bz2 |
scs: Remove references to asm/scs.h from core code
asm/scs.h is no longer needed by the core code, so remove a redundant
header inclusion and update the stale Kconfig text.
Tested-by: Sami Tolvanen <samitolvanen@google.com>
Reviewed-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'kernel/scs.c')
-rw-r--r-- | kernel/scs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/scs.c b/kernel/scs.c index faf0ecd7b893..222a7a9ad543 100644 --- a/kernel/scs.c +++ b/kernel/scs.c @@ -10,7 +10,6 @@ #include <linux/scs.h> #include <linux/slab.h> #include <linux/vmstat.h> -#include <asm/scs.h> static struct kmem_cache *scs_cache; |