diff options
-rw-r--r-- | arch/mips/jazz/setup.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/arch/mips/jazz/setup.c b/arch/mips/jazz/setup.c index b59ba6b93cdd..7043f6b9ff3c 100644 --- a/arch/mips/jazz/setup.c +++ b/arch/mips/jazz/setup.c | |||
@@ -5,33 +5,22 @@ | |||
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, 07 by Ralf Baechle | 8 | * Copyright (C) 1996, 1997, 1998, 2001, 07, 08 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 | */ |
12 | #include <linux/eisa.h> | 12 | #include <linux/eisa.h> |
13 | #include <linux/init.h> | 13 | #include <linux/init.h> |
14 | #include <linux/ioport.h> | 14 | #include <linux/ioport.h> |
15 | #include <linux/sched.h> | ||
16 | #include <linux/interrupt.h> | ||
17 | #include <linux/mm.h> | ||
18 | #include <linux/console.h> | 15 | #include <linux/console.h> |
19 | #include <linux/fb.h> | ||
20 | #include <linux/pm.h> | ||
21 | #include <linux/screen_info.h> | 16 | #include <linux/screen_info.h> |
22 | #include <linux/platform_device.h> | 17 | #include <linux/platform_device.h> |
23 | #include <linux/serial_8250.h> | 18 | #include <linux/serial_8250.h> |
24 | 19 | ||
25 | #include <asm/bootinfo.h> | ||
26 | #include <asm/irq.h> | ||
27 | #include <asm/jazz.h> | 20 | #include <asm/jazz.h> |
28 | #include <asm/jazzdma.h> | 21 | #include <asm/jazzdma.h> |
29 | #include <asm/reboot.h> | 22 | #include <asm/reboot.h> |
30 | #include <asm/io.h> | ||
31 | #include <asm/pgtable.h> | 23 | #include <asm/pgtable.h> |
32 | #include <asm/time.h> | ||
33 | #include <asm/traps.h> | ||
34 | #include <asm/mc146818-time.h> | ||
35 | 24 | ||
36 | extern asmlinkage void jazz_handle_int(void); | 25 | extern asmlinkage void jazz_handle_int(void); |
37 | 26 | ||