diff options
author | Helge Deller <deller@gmx.de> | 2014-07-10 12:08:11 -0400 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2014-07-13 09:56:12 -0400 |
commit | fe22ddcb9f271d2af0e72d2743726cf28085b1dd (patch) | |
tree | 41c734f21510306bf56f59edbbdbdb777f0a0953 /arch | |
parent | ab8a261ba5e2dd9206da640de5870cc31d568a7c (diff) |
parisc: drop unused defines and header includes
Signed-off-by: Helge Deller <deller@gmx.de>
Cc: stable@vger.kernel.org # 3.13+
Diffstat (limited to 'arch')
-rw-r--r-- | arch/parisc/kernel/sys_parisc32.c | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/arch/parisc/kernel/sys_parisc32.c b/arch/parisc/kernel/sys_parisc32.c index ec741fe02ab6..93c1963d76fe 100644 --- a/arch/parisc/kernel/sys_parisc32.c +++ b/arch/parisc/kernel/sys_parisc32.c | |||
@@ -12,44 +12,8 @@ | |||
12 | 12 | ||
13 | #include <linux/compat.h> | 13 | #include <linux/compat.h> |
14 | #include <linux/kernel.h> | 14 | #include <linux/kernel.h> |
15 | #include <linux/sched.h> | ||
16 | #include <linux/fs.h> | ||
17 | #include <linux/mm.h> | ||
18 | #include <linux/file.h> | ||
19 | #include <linux/signal.h> | ||
20 | #include <linux/resource.h> | ||
21 | #include <linux/times.h> | ||
22 | #include <linux/time.h> | ||
23 | #include <linux/smp.h> | ||
24 | #include <linux/sem.h> | ||
25 | #include <linux/shm.h> | ||
26 | #include <linux/slab.h> | ||
27 | #include <linux/uio.h> | ||
28 | #include <linux/ncp_fs.h> | ||
29 | #include <linux/poll.h> | ||
30 | #include <linux/personality.h> | ||
31 | #include <linux/stat.h> | ||
32 | #include <linux/highmem.h> | ||
33 | #include <linux/highuid.h> | ||
34 | #include <linux/mman.h> | ||
35 | #include <linux/binfmts.h> | ||
36 | #include <linux/namei.h> | ||
37 | #include <linux/vfs.h> | ||
38 | #include <linux/ptrace.h> | ||
39 | #include <linux/swap.h> | ||
40 | #include <linux/syscalls.h> | 15 | #include <linux/syscalls.h> |
41 | 16 | ||
42 | #include <asm/types.h> | ||
43 | #include <asm/uaccess.h> | ||
44 | #include <asm/mmu_context.h> | ||
45 | |||
46 | #undef DEBUG | ||
47 | |||
48 | #ifdef DEBUG | ||
49 | #define DBG(x) printk x | ||
50 | #else | ||
51 | #define DBG(x) | ||
52 | #endif | ||
53 | 17 | ||
54 | asmlinkage long sys32_unimplemented(int r26, int r25, int r24, int r23, | 18 | asmlinkage long sys32_unimplemented(int r26, int r25, int r24, int r23, |
55 | int r22, int r21, int r20) | 19 | int r22, int r21, int r20) |