diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/kernel/setup.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c index 489b27320dfa..0bdc67116deb 100644 --- a/arch/mips/kernel/setup.c +++ b/arch/mips/kernel/setup.c | |||
@@ -10,29 +10,15 @@ | |||
10 | * Copyright (C) 1999 Silicon Graphics, Inc. | 10 | * Copyright (C) 1999 Silicon Graphics, Inc. |
11 | * Copyright (C) 2000 2001, 2002 Maciej W. Rozycki | 11 | * Copyright (C) 2000 2001, 2002 Maciej W. Rozycki |
12 | */ | 12 | */ |
13 | #include <linux/errno.h> | ||
14 | #include <linux/init.h> | 13 | #include <linux/init.h> |
15 | #include <linux/ioport.h> | 14 | #include <linux/ioport.h> |
16 | #include <linux/sched.h> | ||
17 | #include <linux/kernel.h> | ||
18 | #include <linux/mm.h> | ||
19 | #include <linux/module.h> | 15 | #include <linux/module.h> |
20 | #include <linux/stddef.h> | ||
21 | #include <linux/string.h> | ||
22 | #include <linux/unistd.h> | ||
23 | #include <linux/slab.h> | ||
24 | #include <linux/user.h> | ||
25 | #include <linux/utsname.h> | ||
26 | #include <linux/a.out.h> | ||
27 | #include <linux/screen_info.h> | 16 | #include <linux/screen_info.h> |
28 | #include <linux/bootmem.h> | 17 | #include <linux/bootmem.h> |
29 | #include <linux/initrd.h> | 18 | #include <linux/initrd.h> |
30 | #include <linux/major.h> | ||
31 | #include <linux/kdev_t.h> | ||
32 | #include <linux/root_dev.h> | 19 | #include <linux/root_dev.h> |
33 | #include <linux/highmem.h> | 20 | #include <linux/highmem.h> |
34 | #include <linux/console.h> | 21 | #include <linux/console.h> |
35 | #include <linux/mmzone.h> | ||
36 | #include <linux/pfn.h> | 22 | #include <linux/pfn.h> |
37 | 23 | ||
38 | #include <asm/addrspace.h> | 24 | #include <asm/addrspace.h> |