android_kernel_xiaomi_sm8350/arch/um
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
..
drivers [PATCH] uml pt_regs fixes 2006-10-08 16:34:08 -07:00
include IRQ: Use the new typedef for interrupt handler function pointers 2006-10-09 12:19:47 +01:00
kernel IRQ: Use the new typedef for interrupt handler function pointers 2006-10-09 12:19:47 +01:00
os-Linux [PATCH] Remove the use of _syscallX macros in UML 2006-10-02 07:57:23 -07:00
scripts kbuild: fix ia64 breakage after introducing make -rR 2006-07-01 09:58:02 +02:00
sys-i386 Remove all inclusions of <linux/config.h> 2006-10-04 03:38:54 -04:00
sys-ia64
sys-ppc Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
sys-x86_64 [PATCH] Remove the use of _syscallX macros in UML 2006-10-02 07:57:23 -07:00
config.release
defconfig [PATCH] uml: remove syscall debugging 2006-07-10 13:24:24 -07:00
Kconfig more misc typo fixes 2006-10-03 22:34:14 +02:00
Kconfig.char
Kconfig.debug [PATCH] uml: remove syscall debugging 2006-07-10 13:24:24 -07:00
Kconfig.i386 [PATCH] uml: skas0 support for 2G/2G hosts 2006-05-01 18:17:43 -07:00
Kconfig.net
Kconfig.scsi
Kconfig.x86_64
Makefile Attack of "the the"s in arch 2006-10-03 22:21:02 +02:00
Makefile-i386 [PATCH] uml: add -ffreestanding to CFLAGS 2006-06-05 12:29:17 -07:00
Makefile-ia64
Makefile-os-Linux
Makefile-ppc
Makefile-skas
Makefile-tt
Makefile-x86_64 [PATCH] uml: use -mcmodel=kernel for x86_64 2006-09-27 08:26:15 -07:00