android_kernel_xiaomi_sdm845/include/asm-mips/mach-au1x00
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
..
au1xxx_dbdma.h [PATCH] Alchemy: Delete unused pt_regs * argument from au1xxx_dbdma_chan_alloc 2006-09-26 08:48:54 -07:00
au1xxx_gpio.h Kernel gpio/2 routines that will be used by some drivers. 2005-10-29 19:32:25 +01:00
au1xxx_ide.h Don't include linux/config.h from anywhere else in include/ 2006-04-26 12:56:16 +01:00
au1xxx_psc.h [MIPS] au1xxx: fix PSC_SMBTXRX_RSR. 2006-06-29 21:10:53 +01:00
au1xxx.h Don't include linux/config.h from anywhere else in include/ 2006-04-26 12:56:16 +01:00
au1000_dma.h IRQ: Use the new typedef for interrupt handler function pointers 2006-10-09 12:19:47 +01:00
au1000_gpio.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
au1000_usbdev.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
au1000.h Don't include linux/config.h from anywhere else in include/ 2006-04-26 12:56:16 +01:00
au1100_mmc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ioremap.h Don't include linux/config.h from anywhere else in include/ 2006-04-26 12:56:16 +01:00
timex.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00