Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[MIPS] Cleanup unnecessary <asm/ptrace.h> inclusions.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+6 -33
-1
arch/mips/au1000/common/time.c
··· 41 41 42 42 #include <asm/compiler.h> 43 43 #include <asm/mipsregs.h> 44 - #include <asm/ptrace.h> 45 44 #include <asm/time.h> 46 45 #include <asm/div64.h> 47 46 #include <asm/mach-au1x00/au1000.h>
-1
arch/mips/cobalt/irq.c
··· 16 16 #include <asm/i8259.h> 17 17 #include <asm/irq_cpu.h> 18 18 #include <asm/gt64120.h> 19 - #include <asm/ptrace.h> 20 19 21 20 #include <asm/mach-cobalt/cobalt.h> 22 21
-1
arch/mips/dec/reset.c
··· 8 8 #include <linux/linkage.h> 9 9 10 10 #include <asm/addrspace.h> 11 - #include <asm/ptrace.h> 12 11 13 12 typedef void ATTRIB_NORET (* noret_func_t)(void); 14 13
-1
arch/mips/gt64120/common/time.c
··· 11 11 #include <linux/sched.h> 12 12 #include <linux/kernel_stat.h> 13 13 #include <asm/irq_regs.h> 14 - #include <asm/ptrace.h> 15 14 #include <asm/gt64120.h> 16 15 17 16 /*
-1
arch/mips/gt64120/ev64120/setup.c
··· 42 42 #include <asm/irq.h> 43 43 #include <asm/pci.h> 44 44 #include <asm/processor.h> 45 - #include <asm/ptrace.h> 46 45 #include <asm/time.h> 47 46 #include <asm/reboot.h> 48 47 #include <asm/traps.h>
-1
arch/mips/gt64120/momenco_ocelot/setup.c
··· 56 56 #include <asm/irq.h> 57 57 #include <asm/pci.h> 58 58 #include <asm/processor.h> 59 - #include <asm/ptrace.h> 60 59 #include <asm/reboot.h> 61 60 #include <asm/traps.h> 62 61 #include <linux/bootmem.h>
-1
arch/mips/jazz/setup.c
··· 25 25 #include <asm/irq.h> 26 26 #include <asm/jazz.h> 27 27 #include <asm/jazzdma.h> 28 - #include <asm/ptrace.h> 29 28 #include <asm/reboot.h> 30 29 #include <asm/io.h> 31 30 #include <asm/pgtable.h>
+5 -4
arch/mips/kernel/irq-msc01.c
··· 1 1 /* 2 - * Copyright (c) 2004 MIPS Inc 3 - * Author: chris@mips.com 4 - * 5 2 * This program is free software; you can redistribute it and/or modify it 6 3 * under the terms of the GNU General Public License as published by the 7 4 * Free Software Foundation; either version 2 of the License, or (at your 8 5 * option) any later version. 6 + * 7 + * Copyright (c) 2004 MIPS Inc 8 + * Author: chris@mips.com 9 + * 10 + * Copyright (C) 2004, 06 Ralf Baechle <ralf@linux-mips.org> 9 11 */ 10 12 #include <linux/module.h> 11 13 #include <linux/interrupt.h> 12 14 #include <linux/kernel.h> 13 - #include <asm/ptrace.h> 14 15 #include <linux/sched.h> 15 16 #include <linux/kernel_stat.h> 16 17 #include <asm/io.h>
+1 -2
arch/mips/kernel/irq-mv6434x.c
··· 1 1 /* 2 2 * Copyright 2002 Momentum Computer 3 3 * Author: mdharm@momenco.com 4 - * Copyright (C) 2004 Ralf Baechle <ralf@linux-mips.org> 4 + * Copyright (C) 2004, 06 Ralf Baechle <ralf@linux-mips.org> 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the ··· 15 15 #include <linux/mv643xx.h> 16 16 #include <linux/sched.h> 17 17 18 - #include <asm/ptrace.h> 19 18 #include <asm/io.h> 20 19 #include <asm/irq.h> 21 20 #include <asm/marvell.h>
-1
arch/mips/mips-boards/generic/time.c
··· 30 30 31 31 #include <asm/mipsregs.h> 32 32 #include <asm/mipsmtregs.h> 33 - #include <asm/ptrace.h> 34 33 #include <asm/hardirq.h> 35 34 #include <asm/irq.h> 36 35 #include <asm/div64.h>
-1
arch/mips/mips-boards/sim/sim_time.c
··· 15 15 #include <linux/mc146818rtc.h> 16 16 #include <linux/timex.h> 17 17 #include <asm/mipsregs.h> 18 - #include <asm/ptrace.h> 19 18 #include <asm/hardirq.h> 20 19 #include <asm/irq.h> 21 20 #include <asm/div64.h>
-1
arch/mips/momentum/jaguar_atx/setup.c
··· 62 62 #include <asm/io.h> 63 63 #include <asm/irq.h> 64 64 #include <asm/processor.h> 65 - #include <asm/ptrace.h> 66 65 #include <asm/reboot.h> 67 66 #include <asm/tlbflush.h> 68 67
-1
arch/mips/momentum/ocelot_3/setup.c
··· 67 67 #include <asm/irq.h> 68 68 #include <asm/pci.h> 69 69 #include <asm/processor.h> 70 - #include <asm/ptrace.h> 71 70 #include <asm/reboot.h> 72 71 #include <asm/mc146818rtc.h> 73 72 #include <asm/tlbflush.h>
-1
arch/mips/momentum/ocelot_c/cpci-irq.c
··· 21 21 #include <linux/interrupt.h> 22 22 #include <linux/irq.h> 23 23 #include <linux/kernel.h> 24 - #include <asm/ptrace.h> 25 24 #include <linux/sched.h> 26 25 #include <linux/kernel_stat.h> 27 26 #include <asm/io.h>
-1
arch/mips/momentum/ocelot_c/setup.c
··· 62 62 #include <asm/irq.h> 63 63 #include <asm/pci.h> 64 64 #include <asm/processor.h> 65 - #include <asm/ptrace.h> 66 65 #include <asm/reboot.h> 67 66 #include <asm/marvell.h> 68 67 #include <linux/bootmem.h>
-1
arch/mips/momentum/ocelot_c/uart-irq.c
··· 16 16 #include <linux/interrupt.h> 17 17 #include <linux/irq.h> 18 18 #include <linux/kernel.h> 19 - #include <asm/ptrace.h> 20 19 #include <linux/sched.h> 21 20 #include <linux/kernel_stat.h> 22 21 #include <asm/io.h>
-1
arch/mips/momentum/ocelot_g/gt-irq.c
··· 14 14 #include <linux/module.h> 15 15 #include <linux/interrupt.h> 16 16 #include <linux/kernel.h> 17 - #include <asm/ptrace.h> 18 17 #include <linux/sched.h> 19 18 #include <linux/kernel_stat.h> 20 19 #include <asm/gt64240.h>
-1
arch/mips/momentum/ocelot_g/setup.c
··· 58 58 #include <asm/irq.h> 59 59 #include <asm/pci.h> 60 60 #include <asm/processor.h> 61 - #include <asm/ptrace.h> 62 61 #include <asm/reboot.h> 63 62 #include <linux/bootmem.h> 64 63
-1
arch/mips/pmc-sierra/yosemite/setup.c
··· 46 46 #include <asm/io.h> 47 47 #include <asm/irq.h> 48 48 #include <asm/processor.h> 49 - #include <asm/ptrace.h> 50 49 #include <asm/reboot.h> 51 50 #include <asm/serial.h> 52 51 #include <asm/titan_dep.h>
-1
arch/mips/sgi-ip27/ip27-irq.c
··· 30 30 #include <asm/mipsregs.h> 31 31 #include <asm/system.h> 32 32 33 - #include <asm/ptrace.h> 34 33 #include <asm/processor.h> 35 34 #include <asm/pci/bridge.h> 36 35 #include <asm/sn/addrs.h>
-1
arch/mips/sgi-ip32/crime.c
··· 14 14 #include <asm/bootinfo.h> 15 15 #include <asm/io.h> 16 16 #include <asm/mipsregs.h> 17 - #include <asm/ptrace.h> 18 17 #include <asm/page.h> 19 18 #include <asm/ip32/crime.h> 20 19 #include <asm/ip32/mace.h>
-1
arch/mips/sibyte/bcm1480/irq.c
··· 28 28 #include <asm/irq_regs.h> 29 29 #include <asm/signal.h> 30 30 #include <asm/system.h> 31 - #include <asm/ptrace.h> 32 31 #include <asm/io.h> 33 32 34 33 #include <asm/sibyte/bcm1480_regs.h>
-1
arch/mips/sibyte/bcm1480/time.c
··· 31 31 #include <linux/kernel_stat.h> 32 32 33 33 #include <asm/irq.h> 34 - #include <asm/ptrace.h> 35 34 #include <asm/addrspace.h> 36 35 #include <asm/time.h> 37 36 #include <asm/io.h>
-1
arch/mips/sibyte/sb1250/irq.c
··· 28 28 #include <asm/errno.h> 29 29 #include <asm/signal.h> 30 30 #include <asm/system.h> 31 - #include <asm/ptrace.h> 32 31 #include <asm/io.h> 33 32 34 33 #include <asm/sibyte/sb1250_regs.h>
-1
arch/mips/sibyte/sb1250/time.c
··· 31 31 #include <linux/kernel_stat.h> 32 32 33 33 #include <asm/irq.h> 34 - #include <asm/ptrace.h> 35 34 #include <asm/addrspace.h> 36 35 #include <asm/time.h> 37 36 #include <asm/io.h>
-1
arch/mips/sni/setup.c
··· 31 31 #include <asm/irq.h> 32 32 #include <asm/mc146818-time.h> 33 33 #include <asm/processor.h> 34 - #include <asm/ptrace.h> 35 34 #include <asm/reboot.h> 36 35 #include <asm/sni.h> 37 36 #include <asm/time.h>
-1
arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_irq.c
··· 127 127 #include <asm/irq.h> 128 128 #include <asm/pci.h> 129 129 #include <asm/processor.h> 130 - #include <asm/ptrace.h> 131 130 #include <asm/reboot.h> 132 131 #include <asm/time.h> 133 132 #include <linux/bootmem.h>
-1
arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_setup.c
··· 60 60 #include <asm/irq.h> 61 61 #include <asm/irq_regs.h> 62 62 #include <asm/processor.h> 63 - #include <asm/ptrace.h> 64 63 #include <asm/reboot.h> 65 64 #include <asm/time.h> 66 65 #include <linux/bootmem.h>
-1
arch/mips/tx4938/toshiba_rbtx4938/irq.c
··· 81 81 #include <asm/io.h> 82 82 #include <asm/irq.h> 83 83 #include <asm/processor.h> 84 - #include <asm/ptrace.h> 85 84 #include <asm/reboot.h> 86 85 #include <asm/time.h> 87 86 #include <linux/bootmem.h>