linux-sg2042/arch/mips/au1000
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
..
common IRQ: Use the new typedef for interrupt handler function pointers 2006-10-09 12:19:47 +01:00
db1x00 [MIPS] db1x00: Remove unused mirage_ts.c 2006-09-27 13:37:05 +01:00
mtx-1 Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
pb1000 Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
pb1100 Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
pb1200 [MIPS] Complete fixes after removal of pt_regs argument to int handlers. 2006-10-08 02:38:28 +01:00
pb1500 Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
pb1550 [MIPS] Au1xxx: board specific irq code cleanup 2006-06-19 17:39:17 +01:00
xxs1500 Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00