diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-10-09 00:03:05 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-10-09 00:15:28 +0100 |
commit | 27f768192fe2d96936cef5d4713e228daee07ae2 (patch) | |
tree | f28e72704595649011e6736945a1fd69457ce2fc /arch/mips/gt64120 | |
parent | 6dab2f4564b3dc8747452e256fb779f320ff5650 (diff) | |
download | linux-3.10-27f768192fe2d96936cef5d4713e228daee07ae2.tar.gz linux-3.10-27f768192fe2d96936cef5d4713e228daee07ae2.tar.bz2 linux-3.10-27f768192fe2d96936cef5d4713e228daee07ae2.zip |
[MIPS] Cleanup unnecessary <asm/ptrace.h> inclusions.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/gt64120')
-rw-r--r-- | arch/mips/gt64120/common/time.c | 1 | ||||
-rw-r--r-- | arch/mips/gt64120/ev64120/setup.c | 1 | ||||
-rw-r--r-- | arch/mips/gt64120/momenco_ocelot/setup.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/gt64120/common/time.c b/arch/mips/gt64120/common/time.c index efafabdd5bb..c83ae6acd60 100644 --- a/arch/mips/gt64120/common/time.c +++ b/arch/mips/gt64120/common/time.c @@ -11,7 +11,6 @@ #include <linux/sched.h> #include <linux/kernel_stat.h> #include <asm/irq_regs.h> -#include <asm/ptrace.h> #include <asm/gt64120.h> /* diff --git a/arch/mips/gt64120/ev64120/setup.c b/arch/mips/gt64120/ev64120/setup.c index 4236da31ecc..91c2d3f4161 100644 --- a/arch/mips/gt64120/ev64120/setup.c +++ b/arch/mips/gt64120/ev64120/setup.c @@ -42,7 +42,6 @@ #include <asm/irq.h> #include <asm/pci.h> #include <asm/processor.h> -#include <asm/ptrace.h> #include <asm/time.h> #include <asm/reboot.h> #include <asm/traps.h> diff --git a/arch/mips/gt64120/momenco_ocelot/setup.c b/arch/mips/gt64120/momenco_ocelot/setup.c index 9804642ecf8..0e5bbee2d5b 100644 --- a/arch/mips/gt64120/momenco_ocelot/setup.c +++ b/arch/mips/gt64120/momenco_ocelot/setup.c @@ -56,7 +56,6 @@ #include <asm/irq.h> #include <asm/pci.h> #include <asm/processor.h> -#include <asm/ptrace.h> #include <asm/reboot.h> #include <asm/traps.h> #include <linux/bootmem.h> |