diff options
author | Pravin Shedge <pravin.shedge4linux@gmail.com> | 2017-12-10 23:54:33 +0530 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2017-12-17 21:06:25 +0100 |
commit | 6a16fc322085bb3163d7d6e44856adfda06a8001 (patch) | |
tree | 38f40de5dd40b648caa01aec485dbb2fa7c0e2db /arch/parisc/kernel | |
parent | bcf3f1752a622f1372d3252d0fea8855d89812e7 (diff) | |
download | op-kernel-dev-6a16fc322085bb3163d7d6e44856adfda06a8001.zip op-kernel-dev-6a16fc322085bb3163d7d6e44856adfda06a8001.tar.gz |
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')
-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 5a65798..143f90e 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> |