android_kernel_xiaomi_sdm845/arch/mips/au1000/common
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_irqmap.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
clocks.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cputable.c [PATCH] USB: EHCI for AU1200 2006-03-20 14:49:55 -08:00
dbdma.c [PATCH] Alchemy: Delete unused pt_regs * argument from au1xxx_dbdma_chan_alloc 2006-09-26 08:48:54 -07:00
dbg_io.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
dma.c IRQ: Use the new typedef for interrupt handler function pointers 2006-10-09 12:19:47 +01:00
gpio.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
irq.c IRQ: Use the new typedef for interrupt handler function pointers 2006-10-09 12:19:47 +01:00
Makefile [MIPS] Rewrite all the assembler interrupt handlers to C. 2006-04-19 04:14:21 +02:00
pci.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
platform.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
power.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
prom.c [MIPS] au1xxx: Support both YAMON and U-Boot 2006-07-13 21:26:02 +01:00
puts.c Get rid of a bunch of debug serial routines. Use prom_printf instead. 2005-10-29 19:32:11 +01:00
reset.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
setup.c [MIPS] Replace board_timer_setup function pointer by plat_timer_setup. 2006-07-13 21:26:17 +01:00
sleeper.S [MIPS] Save write-only Config.OD from being clobbered 2006-06-06 00:15:13 +01:00
time.c IRQ: Use the new typedef for interrupt handler function pointers 2006-10-09 12:19:47 +01:00
usbdev.c [MIPS] Complete fixes after removal of pt_regs argument to int handlers. 2006-10-08 02:38:28 +01:00