aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
diff options
context:
space:
mode:
authorPravin Shedge <pravin.shedge4linux@gmail.com>2017-12-10 23:54:33 +0530
committerHelge Deller <deller@gmx.de>2017-12-17 21:06:25 +0100
commit6a16fc322085bb3163d7d6e44856adfda06a8001 (patch)
tree38f40de5dd40b648caa01aec485dbb2fa7c0e2db /arch/parisc/kernel
parentparisc: Hide Diva-built-in serial aux and graphics card (diff)
downloadlinux-dev-6a16fc322085bb3163d7d6e44856adfda06a8001.tar.xz
linux-dev-6a16fc322085bb3163d7d6e44856adfda06a8001.zip
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.c1
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>