diff options
author | Sam Ravnborg <sam@mars.ravnborg.org> | 2006-07-03 17:24:23 -0400 |
---|---|---|
committer | Sam Ravnborg <sam@mars.ravnborg.org> | 2006-07-03 17:24:23 -0400 |
commit | 05668381140309088443bf5dc53add4104610fbb (patch) | |
tree | ed53039717390e1a71ff16209281b1f1c8d3e6be /arch/arm26 | |
parent | 34c162f79e374556dd1384437f0dab558b5dc657 (diff) | |
parent | 29454dde27d8e340bb1987bad9aa504af7081eba (diff) |
Merge branch 'master' of /home/sam/kernel/linux-2.6/
Diffstat (limited to 'arch/arm26')
28 files changed, 12 insertions, 39 deletions
diff --git a/arch/arm26/Kconfig b/arch/arm26/Kconfig index cf4ebf4c274d..c14fe918bc4c 100644 --- a/arch/arm26/Kconfig +++ b/arch/arm26/Kconfig | |||
@@ -79,7 +79,7 @@ config ARCH_A5K | |||
79 | bool "A5000" | 79 | bool "A5000" |
80 | select ARCH_MAY_HAVE_PC_FDC | 80 | select ARCH_MAY_HAVE_PC_FDC |
81 | help | 81 | help |
82 | Say Y here to to support the Acorn A5000. | 82 | Say Y here to support the Acorn A5000. |
83 | 83 | ||
84 | Linux can support the | 84 | Linux can support the |
85 | internal IDE disk and CD-ROM interface, serial and parallel port, | 85 | internal IDE disk and CD-ROM interface, serial and parallel port, |
@@ -129,7 +129,7 @@ config ZBOOT_ROM_BSS | |||
129 | config XIP_KERNEL | 129 | config XIP_KERNEL |
130 | bool "Execute In Place (XIP) kernel image" | 130 | bool "Execute In Place (XIP) kernel image" |
131 | help | 131 | help |
132 | Select this option to create a kernel that can be programed into | 132 | Select this option to create a kernel that can be programmed into |
133 | the OS ROMs. | 133 | the OS ROMs. |
134 | 134 | ||
135 | comment "At least one math emulation must be selected" | 135 | comment "At least one math emulation must be selected" |
@@ -140,7 +140,7 @@ config FPE_NWFPE | |||
140 | Say Y to include the NWFPE floating point emulator in the kernel. | 140 | Say Y to include the NWFPE floating point emulator in the kernel. |
141 | This is necessary to run most binaries. Linux does not currently | 141 | This is necessary to run most binaries. Linux does not currently |
142 | support floating point hardware so you need to say Y here even if | 142 | support floating point hardware so you need to say Y here even if |
143 | your machine has an FPA or floating point co-processor podule. | 143 | your machine has an FPA or floating point co-processor module. |
144 | 144 | ||
145 | It is also possible to say M to build the emulator as a module | 145 | It is also possible to say M to build the emulator as a module |
146 | (nwfpe) or indeed to leave it out altogether. However, unless you | 146 | (nwfpe) or indeed to leave it out altogether. However, unless you |
diff --git a/arch/arm26/boot/compressed/head.S b/arch/arm26/boot/compressed/head.S index 0307804a6070..2a2cda36d83b 100644 --- a/arch/arm26/boot/compressed/head.S +++ b/arch/arm26/boot/compressed/head.S | |||
@@ -7,7 +7,6 @@ | |||
7 | * it under the terms of the GNU General Public License version 2 as | 7 | * it under the terms of the GNU General Public License version 2 as |
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
9 | */ | 9 | */ |
10 | #include <linux/config.h> | ||
11 | #include <linux/linkage.h> | 10 | #include <linux/linkage.h> |
12 | 11 | ||
13 | /* | 12 | /* |
diff --git a/arch/arm26/kernel/armksyms.c b/arch/arm26/kernel/armksyms.c index 9d66c27f2724..07907b6ecb63 100644 --- a/arch/arm26/kernel/armksyms.c +++ b/arch/arm26/kernel/armksyms.c | |||
@@ -8,7 +8,6 @@ | |||
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
9 | */ | 9 | */ |
10 | #include <linux/module.h> | 10 | #include <linux/module.h> |
11 | #include <linux/config.h> | ||
12 | #include <linux/module.h> | 11 | #include <linux/module.h> |
13 | #include <linux/user.h> | 12 | #include <linux/user.h> |
14 | #include <linux/string.h> | 13 | #include <linux/string.h> |
diff --git a/arch/arm26/kernel/asm-offsets.c b/arch/arm26/kernel/asm-offsets.c index ac682d5fd039..76d9d7d489a8 100644 --- a/arch/arm26/kernel/asm-offsets.c +++ b/arch/arm26/kernel/asm-offsets.c | |||
@@ -12,7 +12,6 @@ | |||
12 | * published by the Free Software Foundation. | 12 | * published by the Free Software Foundation. |
13 | */ | 13 | */ |
14 | 14 | ||
15 | #include <linux/config.h> | ||
16 | #include <linux/sched.h> | 15 | #include <linux/sched.h> |
17 | #include <linux/mm.h> | 16 | #include <linux/mm.h> |
18 | 17 | ||
diff --git a/arch/arm26/kernel/compat.c b/arch/arm26/kernel/compat.c index db0310db8998..21e966ff0aa7 100644 --- a/arch/arm26/kernel/compat.c +++ b/arch/arm26/kernel/compat.c | |||
@@ -16,7 +16,6 @@ | |||
16 | * the kernel for 5 years from now (2001). This will allow boot loaders | 16 | * the kernel for 5 years from now (2001). This will allow boot loaders |
17 | * to convert to the new struct tag way. | 17 | * to convert to the new struct tag way. |
18 | */ | 18 | */ |
19 | #include <linux/config.h> | ||
20 | #include <linux/types.h> | 19 | #include <linux/types.h> |
21 | #include <linux/kernel.h> | 20 | #include <linux/kernel.h> |
22 | #include <linux/string.h> | 21 | #include <linux/string.h> |
diff --git a/arch/arm26/kernel/ecard.c b/arch/arm26/kernel/ecard.c index f2278aadac8a..047d0a408b9d 100644 --- a/arch/arm26/kernel/ecard.c +++ b/arch/arm26/kernel/ecard.c | |||
@@ -24,7 +24,6 @@ | |||
24 | */ | 24 | */ |
25 | #define ECARD_C | 25 | #define ECARD_C |
26 | 26 | ||
27 | #include <linux/config.h> | ||
28 | #include <linux/module.h> | 27 | #include <linux/module.h> |
29 | #include <linux/kernel.h> | 28 | #include <linux/kernel.h> |
30 | #include <linux/types.h> | 29 | #include <linux/types.h> |
diff --git a/arch/arm26/kernel/fiq.c b/arch/arm26/kernel/fiq.c index a24272b61f30..c4776c96be6b 100644 --- a/arch/arm26/kernel/fiq.c +++ b/arch/arm26/kernel/fiq.c | |||
@@ -36,7 +36,6 @@ | |||
36 | * - enables FIQ. | 36 | * - enables FIQ. |
37 | * 6. Goto 3 | 37 | * 6. Goto 3 |
38 | */ | 38 | */ |
39 | #include <linux/config.h> | ||
40 | #include <linux/module.h> | 39 | #include <linux/module.h> |
41 | #include <linux/mm.h> | 40 | #include <linux/mm.h> |
42 | #include <linux/mman.h> | 41 | #include <linux/mman.h> |
diff --git a/arch/arm26/kernel/head.S b/arch/arm26/kernel/head.S index 8bfc62539ba6..93575e0e58fe 100644 --- a/arch/arm26/kernel/head.S +++ b/arch/arm26/kernel/head.S | |||
@@ -10,7 +10,6 @@ | |||
10 | * | 10 | * |
11 | * 26-bit kernel startup code | 11 | * 26-bit kernel startup code |
12 | */ | 12 | */ |
13 | #include <linux/config.h> | ||
14 | #include <linux/linkage.h> | 13 | #include <linux/linkage.h> |
15 | #include <asm/mach-types.h> | 14 | #include <asm/mach-types.h> |
16 | 15 | ||
diff --git a/arch/arm26/kernel/irq.c b/arch/arm26/kernel/irq.c index 0934e6fba606..d87d68b77d66 100644 --- a/arch/arm26/kernel/irq.c +++ b/arch/arm26/kernel/irq.c | |||
@@ -18,7 +18,6 @@ | |||
18 | * IRQ's are in fact implemented a bit like signal handlers for the kernel. | 18 | * IRQ's are in fact implemented a bit like signal handlers for the kernel. |
19 | * Naturally it's not a 1:1 relation, but there are similarities. | 19 | * Naturally it's not a 1:1 relation, but there are similarities. |
20 | */ | 20 | */ |
21 | #include <linux/config.h> | ||
22 | #include <linux/module.h> | 21 | #include <linux/module.h> |
23 | #include <linux/ptrace.h> | 22 | #include <linux/ptrace.h> |
24 | #include <linux/kernel_stat.h> | 23 | #include <linux/kernel_stat.h> |
@@ -191,7 +190,7 @@ __do_irq(unsigned int irq, struct irqaction *action, struct pt_regs *regs) | |||
191 | int ret; | 190 | int ret; |
192 | 191 | ||
193 | spin_unlock(&irq_controller_lock); | 192 | spin_unlock(&irq_controller_lock); |
194 | if (!(action->flags & SA_INTERRUPT)) | 193 | if (!(action->flags & IRQF_DISABLED)) |
195 | local_irq_enable(); | 194 | local_irq_enable(); |
196 | 195 | ||
197 | status = 0; | 196 | status = 0; |
@@ -202,7 +201,7 @@ __do_irq(unsigned int irq, struct irqaction *action, struct pt_regs *regs) | |||
202 | action = action->next; | 201 | action = action->next; |
203 | } while (action); | 202 | } while (action); |
204 | 203 | ||
205 | if (status & SA_SAMPLE_RANDOM) | 204 | if (status & IRQF_SAMPLE_RANDOM) |
206 | add_interrupt_randomness(irq); | 205 | add_interrupt_randomness(irq); |
207 | 206 | ||
208 | spin_lock_irq(&irq_controller_lock); | 207 | spin_lock_irq(&irq_controller_lock); |
@@ -452,7 +451,7 @@ int setup_irq(unsigned int irq, struct irqaction *new) | |||
452 | * so we have to be careful not to interfere with a | 451 | * so we have to be careful not to interfere with a |
453 | * running system. | 452 | * running system. |
454 | */ | 453 | */ |
455 | if (new->flags & SA_SAMPLE_RANDOM) { | 454 | if (new->flags & IRQF_SAMPLE_RANDOM) { |
456 | /* | 455 | /* |
457 | * This function might sleep, we want to call it first, | 456 | * This function might sleep, we want to call it first, |
458 | * outside of the atomic block. | 457 | * outside of the atomic block. |
@@ -472,7 +471,7 @@ int setup_irq(unsigned int irq, struct irqaction *new) | |||
472 | p = &desc->action; | 471 | p = &desc->action; |
473 | if ((old = *p) != NULL) { | 472 | if ((old = *p) != NULL) { |
474 | /* Can't share interrupts unless both agree to */ | 473 | /* Can't share interrupts unless both agree to */ |
475 | if (!(old->flags & new->flags & SA_SHIRQ)) { | 474 | if (!(old->flags & new->flags & IRQF_SHARED)) { |
476 | spin_unlock_irqrestore(&irq_controller_lock, flags); | 475 | spin_unlock_irqrestore(&irq_controller_lock, flags); |
477 | return -EBUSY; | 476 | return -EBUSY; |
478 | } | 477 | } |
@@ -527,11 +526,11 @@ int setup_irq(unsigned int irq, struct irqaction *new) | |||
527 | * | 526 | * |
528 | * Flags: | 527 | * Flags: |
529 | * | 528 | * |
530 | * SA_SHIRQ Interrupt is shared | 529 | * IRQF_SHARED Interrupt is shared |
531 | * | 530 | * |
532 | * SA_INTERRUPT Disable local interrupts while processing | 531 | * IRQF_DISABLED Disable local interrupts while processing |
533 | * | 532 | * |
534 | * SA_SAMPLE_RANDOM The interrupt can be used for entropy | 533 | * IRQF_SAMPLE_RANDOM The interrupt can be used for entropy |
535 | * | 534 | * |
536 | */ | 535 | */ |
537 | 536 | ||
@@ -543,7 +542,7 @@ int request_irq(unsigned int irq, irqreturn_t (*handler)(int, void *, struct pt_ | |||
543 | struct irqaction *action; | 542 | struct irqaction *action; |
544 | 543 | ||
545 | if (irq >= NR_IRQS || !irq_desc[irq].valid || !handler || | 544 | if (irq >= NR_IRQS || !irq_desc[irq].valid || !handler || |
546 | (irq_flags & SA_SHIRQ && !dev_id)) | 545 | (irq_flags & IRQF_SHARED && !dev_id)) |
547 | return -EINVAL; | 546 | return -EINVAL; |
548 | 547 | ||
549 | action = (struct irqaction *)kmalloc(sizeof(struct irqaction), GFP_KERNEL); | 548 | action = (struct irqaction *)kmalloc(sizeof(struct irqaction), GFP_KERNEL); |
diff --git a/arch/arm26/kernel/process.c b/arch/arm26/kernel/process.c index 386305659171..dcd81e62ff4e 100644 --- a/arch/arm26/kernel/process.c +++ b/arch/arm26/kernel/process.c | |||
@@ -11,7 +11,6 @@ | |||
11 | */ | 11 | */ |
12 | #include <stdarg.h> | 12 | #include <stdarg.h> |
13 | 13 | ||
14 | #include <linux/config.h> | ||
15 | #include <linux/module.h> | 14 | #include <linux/module.h> |
16 | #include <linux/sched.h> | 15 | #include <linux/sched.h> |
17 | #include <linux/kernel.h> | 16 | #include <linux/kernel.h> |
diff --git a/arch/arm26/kernel/ptrace.c b/arch/arm26/kernel/ptrace.c index 282e24d79328..9343889b27fe 100644 --- a/arch/arm26/kernel/ptrace.c +++ b/arch/arm26/kernel/ptrace.c | |||
@@ -9,7 +9,6 @@ | |||
9 | * it under the terms of the GNU General Public License version 2 as | 9 | * it under the terms of the GNU General Public License version 2 as |
10 | * published by the Free Software Foundation. | 10 | * published by the Free Software Foundation. |
11 | */ | 11 | */ |
12 | #include <linux/config.h> | ||
13 | #include <linux/kernel.h> | 12 | #include <linux/kernel.h> |
14 | #include <linux/sched.h> | 13 | #include <linux/sched.h> |
15 | #include <linux/mm.h> | 14 | #include <linux/mm.h> |
diff --git a/arch/arm26/kernel/semaphore.c b/arch/arm26/kernel/semaphore.c index 3023a53431ff..5447a06db3fa 100644 --- a/arch/arm26/kernel/semaphore.c +++ b/arch/arm26/kernel/semaphore.c | |||
@@ -13,7 +13,6 @@ | |||
13 | * published by the Free Software Foundation. | 13 | * published by the Free Software Foundation. |
14 | */ | 14 | */ |
15 | #include <linux/module.h> | 15 | #include <linux/module.h> |
16 | #include <linux/config.h> | ||
17 | #include <linux/sched.h> | 16 | #include <linux/sched.h> |
18 | #include <linux/errno.h> | 17 | #include <linux/errno.h> |
19 | #include <linux/init.h> | 18 | #include <linux/init.h> |
diff --git a/arch/arm26/kernel/setup.c b/arch/arm26/kernel/setup.c index 4eb329e3828a..843c29fe9af5 100644 --- a/arch/arm26/kernel/setup.c +++ b/arch/arm26/kernel/setup.c | |||
@@ -8,7 +8,6 @@ | |||
8 | * it under the terms of the GNU General Public License version 2 as | 8 | * it under the terms of the GNU General Public License version 2 as |
9 | * published by the Free Software Foundation. | 9 | * published by the Free Software Foundation. |
10 | */ | 10 | */ |
11 | #include <linux/config.h> | ||
12 | #include <linux/kernel.h> | 11 | #include <linux/kernel.h> |
13 | #include <linux/stddef.h> | 12 | #include <linux/stddef.h> |
14 | #include <linux/ioport.h> | 13 | #include <linux/ioport.h> |
diff --git a/arch/arm26/kernel/signal.c b/arch/arm26/kernel/signal.c index 2a48c12100c0..6a8ef8da6dab 100644 --- a/arch/arm26/kernel/signal.c +++ b/arch/arm26/kernel/signal.c | |||
@@ -10,7 +10,6 @@ | |||
10 | * it under the terms of the GNU General Public License version 2 as | 10 | * it under the terms of the GNU General Public License version 2 as |
11 | * published by the Free Software Foundation. | 11 | * published by the Free Software Foundation. |
12 | */ | 12 | */ |
13 | #include <linux/config.h> | ||
14 | #include <linux/sched.h> | 13 | #include <linux/sched.h> |
15 | #include <linux/mm.h> | 14 | #include <linux/mm.h> |
16 | #include <linux/smp.h> | 15 | #include <linux/smp.h> |
diff --git a/arch/arm26/kernel/time.c b/arch/arm26/kernel/time.c index 335525339ad6..db63d75d0715 100644 --- a/arch/arm26/kernel/time.c +++ b/arch/arm26/kernel/time.c | |||
@@ -18,7 +18,6 @@ | |||
18 | * "A Kernel Model for Precision Timekeeping" by Dave Mills | 18 | * "A Kernel Model for Precision Timekeeping" by Dave Mills |
19 | */ | 19 | */ |
20 | 20 | ||
21 | #include <linux/config.h> | ||
22 | #include <linux/module.h> | 21 | #include <linux/module.h> |
23 | #include <linux/kernel.h> | 22 | #include <linux/kernel.h> |
24 | #include <linux/interrupt.h> | 23 | #include <linux/interrupt.h> |
@@ -206,7 +205,7 @@ static irqreturn_t timer_interrupt(int irq, void *dev_id, struct pt_regs *regs) | |||
206 | 205 | ||
207 | static struct irqaction timer_irq = { | 206 | static struct irqaction timer_irq = { |
208 | .name = "timer", | 207 | .name = "timer", |
209 | .flags = SA_INTERRUPT, | 208 | .flags = IRQF_DISABLED, |
210 | .handler = timer_interrupt, | 209 | .handler = timer_interrupt, |
211 | }; | 210 | }; |
212 | 211 | ||
diff --git a/arch/arm26/kernel/traps.c b/arch/arm26/kernel/traps.c index a79de041b50e..d594fb59e945 100644 --- a/arch/arm26/kernel/traps.c +++ b/arch/arm26/kernel/traps.c | |||
@@ -15,7 +15,6 @@ | |||
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include <linux/module.h> | 17 | #include <linux/module.h> |
18 | #include <linux/config.h> | ||
19 | #include <linux/types.h> | 18 | #include <linux/types.h> |
20 | #include <linux/kernel.h> | 19 | #include <linux/kernel.h> |
21 | #include <linux/signal.h> | 20 | #include <linux/signal.h> |
diff --git a/arch/arm26/kernel/vmlinux.lds.S b/arch/arm26/kernel/vmlinux.lds.S index 811a69048010..1fa39f02e07c 100644 --- a/arch/arm26/kernel/vmlinux.lds.S +++ b/arch/arm26/kernel/vmlinux.lds.S | |||
@@ -1,4 +1,3 @@ | |||
1 | #include <linux/config.h> | ||
2 | 1 | ||
3 | #ifdef CONFIG_XIP_KERNEL | 2 | #ifdef CONFIG_XIP_KERNEL |
4 | 3 | ||
diff --git a/arch/arm26/lib/backtrace.S b/arch/arm26/lib/backtrace.S index d793fe4339fc..e27feb1e891d 100644 --- a/arch/arm26/lib/backtrace.S +++ b/arch/arm26/lib/backtrace.S | |||
@@ -7,7 +7,6 @@ | |||
7 | * it under the terms of the GNU General Public License version 2 as | 7 | * it under the terms of the GNU General Public License version 2 as |
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
9 | */ | 9 | */ |
10 | #include <linux/config.h> | ||
11 | #include <linux/linkage.h> | 10 | #include <linux/linkage.h> |
12 | #include <asm/assembler.h> | 11 | #include <asm/assembler.h> |
13 | .text | 12 | .text |
diff --git a/arch/arm26/lib/csumpartialcopyuser.S b/arch/arm26/lib/csumpartialcopyuser.S index 261dd154c1a4..a98eea74305a 100644 --- a/arch/arm26/lib/csumpartialcopyuser.S +++ b/arch/arm26/lib/csumpartialcopyuser.S | |||
@@ -7,7 +7,6 @@ | |||
7 | * it under the terms of the GNU General Public License version 2 as | 7 | * it under the terms of the GNU General Public License version 2 as |
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
9 | */ | 9 | */ |
10 | #include <linux/config.h> | ||
11 | #include <linux/linkage.h> | 10 | #include <linux/linkage.h> |
12 | #include <asm/assembler.h> | 11 | #include <asm/assembler.h> |
13 | #include <asm/errno.h> | 12 | #include <asm/errno.h> |
diff --git a/arch/arm26/lib/kbd.c b/arch/arm26/lib/kbd.c index 22d2c93aaf1a..cb56e943e006 100644 --- a/arch/arm26/lib/kbd.c +++ b/arch/arm26/lib/kbd.c | |||
@@ -1,4 +1,3 @@ | |||
1 | #include <linux/config.h> | ||
2 | #include <linux/kd.h> | 1 | #include <linux/kd.h> |
3 | //#include <linux/kbd_ll.h> | 2 | //#include <linux/kbd_ll.h> |
4 | #include <linux/kbd_kern.h> | 3 | #include <linux/kbd_kern.h> |
diff --git a/arch/arm26/lib/lib1funcs.S b/arch/arm26/lib/lib1funcs.S index b8f9518db871..0e29970b0e8a 100644 --- a/arch/arm26/lib/lib1funcs.S +++ b/arch/arm26/lib/lib1funcs.S | |||
@@ -39,7 +39,6 @@ Boston, MA 02111-1307, USA. */ | |||
39 | #include <linux/linkage.h> | 39 | #include <linux/linkage.h> |
40 | #include <asm/assembler.h> | 40 | #include <asm/assembler.h> |
41 | #include <asm/hardware.h> | 41 | #include <asm/hardware.h> |
42 | #include <linux/config.h> | ||
43 | 42 | ||
44 | #define RET movs | 43 | #define RET movs |
45 | #define RETc(x) mov##x##s | 44 | #define RETc(x) mov##x##s |
diff --git a/arch/arm26/machine/dma.c b/arch/arm26/machine/dma.c index cbc7c61d5b32..4402a5a1b78f 100644 --- a/arch/arm26/machine/dma.c +++ b/arch/arm26/machine/dma.c | |||
@@ -10,7 +10,6 @@ | |||
10 | * | 10 | * |
11 | * DMA functions specific to Archimedes and A5000 architecture | 11 | * DMA functions specific to Archimedes and A5000 architecture |
12 | */ | 12 | */ |
13 | #include <linux/config.h> | ||
14 | #include <linux/sched.h> | 13 | #include <linux/sched.h> |
15 | #include <linux/init.h> | 14 | #include <linux/init.h> |
16 | 15 | ||
diff --git a/arch/arm26/machine/irq.c b/arch/arm26/machine/irq.c index 4361863f7ed2..a60d543edecc 100644 --- a/arch/arm26/machine/irq.c +++ b/arch/arm26/machine/irq.c | |||
@@ -16,7 +16,6 @@ | |||
16 | * 08-09-2002 IM Brought up to date for 2.5 | 16 | * 08-09-2002 IM Brought up to date for 2.5 |
17 | * 01-06-2003 JMA Removed arc_fiq_chip | 17 | * 01-06-2003 JMA Removed arc_fiq_chip |
18 | */ | 18 | */ |
19 | #include <linux/config.h> | ||
20 | #include <linux/init.h> | 19 | #include <linux/init.h> |
21 | 20 | ||
22 | #include <asm/irq.h> | 21 | #include <asm/irq.h> |
diff --git a/arch/arm26/mm/extable.c b/arch/arm26/mm/extable.c index 2d9f5b5a78d6..38e1958d9538 100644 --- a/arch/arm26/mm/extable.c +++ b/arch/arm26/mm/extable.c | |||
@@ -2,7 +2,6 @@ | |||
2 | * linux/arch/arm26/mm/extable.c | 2 | * linux/arch/arm26/mm/extable.c |
3 | */ | 3 | */ |
4 | 4 | ||
5 | #include <linux/config.h> | ||
6 | #include <linux/module.h> | 5 | #include <linux/module.h> |
7 | #include <asm/uaccess.h> | 6 | #include <asm/uaccess.h> |
8 | 7 | ||
diff --git a/arch/arm26/mm/fault.c b/arch/arm26/mm/fault.c index bd6f2db608b7..761938b56679 100644 --- a/arch/arm26/mm/fault.c +++ b/arch/arm26/mm/fault.c | |||
@@ -8,7 +8,6 @@ | |||
8 | * it under the terms of the GNU General Public License version 2 as | 8 | * it under the terms of the GNU General Public License version 2 as |
9 | * published by the Free Software Foundation. | 9 | * published by the Free Software Foundation. |
10 | */ | 10 | */ |
11 | #include <linux/config.h> | ||
12 | #include <linux/signal.h> | 11 | #include <linux/signal.h> |
13 | #include <linux/sched.h> | 12 | #include <linux/sched.h> |
14 | #include <linux/kernel.h> | 13 | #include <linux/kernel.h> |
diff --git a/arch/arm26/mm/init.c b/arch/arm26/mm/init.c index 7da8a5205678..562fac12eb95 100644 --- a/arch/arm26/mm/init.c +++ b/arch/arm26/mm/init.c | |||
@@ -7,7 +7,6 @@ | |||
7 | * it under the terms of the GNU General Public License version 2 as | 7 | * it under the terms of the GNU General Public License version 2 as |
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
9 | */ | 9 | */ |
10 | #include <linux/config.h> | ||
11 | #include <linux/signal.h> | 10 | #include <linux/signal.h> |
12 | #include <linux/sched.h> | 11 | #include <linux/sched.h> |
13 | #include <linux/kernel.h> | 12 | #include <linux/kernel.h> |
diff --git a/arch/arm26/nwfpe/fpmodule.c b/arch/arm26/nwfpe/fpmodule.c index 5258c6096fb9..a8fad92eb44f 100644 --- a/arch/arm26/nwfpe/fpmodule.c +++ b/arch/arm26/nwfpe/fpmodule.c | |||
@@ -25,7 +25,6 @@ | |||
25 | 25 | ||
26 | #include <linux/module.h> | 26 | #include <linux/module.h> |
27 | #include <linux/version.h> | 27 | #include <linux/version.h> |
28 | #include <linux/config.h> | ||
29 | 28 | ||
30 | /* XXX */ | 29 | /* XXX */ |
31 | #include <linux/errno.h> | 30 | #include <linux/errno.h> |
diff --git a/arch/arm26/nwfpe/fpmodule.h b/arch/arm26/nwfpe/fpmodule.h index ef71aab46a32..f971ddd60cc1 100644 --- a/arch/arm26/nwfpe/fpmodule.h +++ b/arch/arm26/nwfpe/fpmodule.h | |||
@@ -22,7 +22,6 @@ | |||
22 | #ifndef __FPMODULE_H__ | 22 | #ifndef __FPMODULE_H__ |
23 | #define __FPMODULE_H__ | 23 | #define __FPMODULE_H__ |
24 | 24 | ||
25 | #include <linux/config.h> | ||
26 | 25 | ||
27 | #define REG_ORIG_R0 16 | 26 | #define REG_ORIG_R0 16 |
28 | #define REG_CPSR 15 | 27 | #define REG_CPSR 15 |