diff options
author | Pravin Shedge <pravin.shedge4linux@gmail.com> | 2017-12-10 21:24:33 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2017-12-17 23:06:25 +0300 |
commit | 6a16fc322085bb3163d7d6e44856adfda06a8001 (patch) | |
tree | 38f40de5dd40b648caa01aec485dbb2fa7c0e2db /arch/parisc/kernel/unwind.c | |
parent | bcf3f1752a622f1372d3252d0fea8855d89812e7 (diff) | |
download | linux-6a16fc322085bb3163d7d6e44856adfda06a8001.tar.xz |
parisc: remove duplicate includes
These duplicate includes have been found with scripts/checkincludes.pl
but they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/kernel/unwind.c')
-rw-r--r-- | arch/parisc/kernel/unwind.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/parisc/kernel/unwind.c b/arch/parisc/kernel/unwind.c index 5a657986ebbf..143f90e2f9f3 100644 --- a/arch/parisc/kernel/unwind.c +++ b/arch/parisc/kernel/unwind.c @@ -15,7 +15,6 @@ #include <linux/slab.h> #include <linux/kallsyms.h> #include <linux/sort.h> -#include <linux/sched.h> #include <linux/uaccess.h> #include <asm/assembly.h> |