kernel-ark/arch
David Howells 40220c1a19 IRQ: Use the new typedef for interrupt handler function pointers
Use the new typedef for interrupt handler function pointers rather than
actually spelling out the full thing each time.  This was scripted with the
following small shell script:

#!/bin/sh
egrep -nHrl -e 'irqreturn_t[ 	]*[(][*]' $* |
while read i
do
    echo $i
    perl -pi -e 's/irqreturn_t\s*[(]\s*[*]\s*([_a-zA-Z0-9]*)\s*[)]\s*[(]\s*int\s*,\s*void\s*[*]\s*[)]/irq_handler_t \1/g' $i || exit $?
done

Signed-Off-By: David Howells <dhowells@redhat.com>
2006-10-09 12:19:47 +01:00
..
alpha [PATCH] alpha pt_regs cleanups: collapse set_irq_regs() in titan_dispatch_irqs() 2006-10-08 12:32:36 -07:00
arm IRQ: Use the new typedef for interrupt handler function pointers 2006-10-09 12:19:47 +01:00
arm26 Remove all inclusions of <linux/config.h> 2006-10-04 03:38:54 -04:00
avr32 [PATCH] AVR32: Allow renumbering of serial devices 2006-10-04 10:25:06 -07:00
cris more misc typo fixes 2006-10-03 22:34:14 +02:00
frv IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
h8300 Remove all inclusions of <linux/config.h> 2006-10-04 03:38:54 -04:00
i386 [PATCH] i386/x86_64: Remove global IO_APIC_VECTOR 2006-10-08 12:24:02 -07:00
ia64 IRQ: Use the new typedef for interrupt handler function pointers 2006-10-09 12:19:47 +01:00
m32r [PATCH] m32r pt_regs fixes 2006-10-07 10:51:15 -07:00
m68k IRQ: Use the new typedef for interrupt handler function pointers 2006-10-09 12:19:47 +01:00
m68knommu Remove all inclusions of <linux/config.h> 2006-10-04 03:38:54 -04:00
mips IRQ: Use the new typedef for interrupt handler function pointers 2006-10-09 12:19:47 +01:00
parisc [PARISC] More pt_regs removal 2006-10-07 06:01:11 -06:00
powerpc IRQ: Use the new typedef for interrupt handler function pointers 2006-10-09 12:19:47 +01:00
ppc handle_sysrq lost its pt_regs * argument 2006-10-09 00:15:27 +01:00
s390 [S390] Use CONFIG_GENERIC_TIME and define TOD clock source. 2006-10-06 16:38:48 +02:00
sh fix file specification in comments 2006-10-03 23:01:26 +02:00
sh64 fix file specification in comments 2006-10-03 23:01:26 +02:00
sparc IRQ: Use the new typedef for interrupt handler function pointers 2006-10-09 12:19:47 +01:00
sparc64 [PATCH] sparc64 pt_regs fixes 2006-10-08 12:32:35 -07:00
um IRQ: Use the new typedef for interrupt handler function pointers 2006-10-09 12:19:47 +01:00
v850 Remove all inclusions of <linux/config.h> 2006-10-04 03:38:54 -04:00
x86_64 [PATCH] x86_64 irq: Allocate a vector across all cpus for genapic_flat. 2006-10-08 12:24:02 -07:00
xtensa fix file specification in comments 2006-10-03 23:01:26 +02:00