diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-10-18 08:51:15 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-18 13:11:47 -0400 |
commit | 89742e5376adee9f26756f5d2573ae2b18fb2a96 (patch) | |
tree | b3c466807a11b3ec992284b842c881f3d829a41b /arch/mips/jazz/setup.c | |
parent | e887b24592c5ddf46d37e592b2ee6bd2188257e1 (diff) |
[MIPS] Jazz: Retire use of plat_timer_setup.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/jazz/setup.c')
-rw-r--r-- | arch/mips/jazz/setup.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/mips/jazz/setup.c b/arch/mips/jazz/setup.c index cfc7dce78dab..a7857973ca03 100644 --- a/arch/mips/jazz/setup.c +++ b/arch/mips/jazz/setup.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * License. See the file "COPYING" in the main directory of this archive | 5 | * License. See the file "COPYING" in the main directory of this archive |
6 | * for more details. | 6 | * for more details. |
7 | * | 7 | * |
8 | * Copyright (C) 1996, 1997, 1998, 2001 by Ralf Baechle | 8 | * Copyright (C) 1996, 1997, 1998, 2001, 07 by Ralf Baechle |
9 | * Copyright (C) 2001 MIPS Technologies, Inc. | 9 | * Copyright (C) 2001 MIPS Technologies, Inc. |
10 | * Copyright (C) 2007 by Thomas Bogendoerfer | 10 | * Copyright (C) 2007 by Thomas Bogendoerfer |
11 | */ | 11 | */ |
@@ -25,7 +25,6 @@ | |||
25 | #include <linux/serial_8250.h> | 25 | #include <linux/serial_8250.h> |
26 | 26 | ||
27 | #include <asm/bootinfo.h> | 27 | #include <asm/bootinfo.h> |
28 | #include <asm/i8253.h> | ||
29 | #include <asm/irq.h> | 28 | #include <asm/irq.h> |
30 | #include <asm/jazz.h> | 29 | #include <asm/jazz.h> |
31 | #include <asm/jazzdma.h> | 30 | #include <asm/jazzdma.h> |
@@ -64,11 +63,6 @@ static struct resource jazz_io_resources[] = { | |||
64 | } | 63 | } |
65 | }; | 64 | }; |
66 | 65 | ||
67 | void __init plat_time_init(void) | ||
68 | { | ||
69 | setup_pit_timer(); | ||
70 | } | ||
71 | |||
72 | void __init plat_mem_setup(void) | 66 | void __init plat_mem_setup(void) |
73 | { | 67 | { |
74 | int i; | 68 | int i; |