android_kernel_xiaomi_sm8350/arch/um/include
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
..
skas Remove all inclusions of <linux/config.h> 2006-10-04 03:38:54 -04:00
sysdep-i386 [PATCH] uml: thread creation tidying 2006-09-27 08:26:16 -07:00
sysdep-ia64
sysdep-ppc Remove all inclusions of <linux/config.h> 2006-10-04 03:38:54 -04:00
sysdep-x86_64 Attack of "the the"s in arch 2006-10-03 22:21:02 +02:00
tt [PATCH] uml: fix static binary segfault 2006-07-10 13:24:23 -07:00
aio.h
chan_kern.h [PATCH] uml: const more data 2006-09-27 08:26:15 -07:00
chan_user.h [PATCH] uml: const more data 2006-09-27 08:26:15 -07:00
choose-mode.h [PATCH] uml: better diagnostics for broken configs 2006-01-06 08:33:47 -08:00
common-offsets.h
elf_user.h
frame_kern.h
init.h [PATCH] uml: fix ((unused)) attribute 2006-02-24 14:31:37 -08:00
initrd.h
irq_kern.h IRQ: Use the new typedef for interrupt handler function pointers 2006-10-09 12:19:47 +01:00
irq_user.h [PATCH] uml: remove spinlock wrapper functions 2006-07-10 13:24:23 -07:00
kern_util.h [PATCH] uml: const more data 2006-09-27 08:26:15 -07:00
kern.h [PATCH] uml: fix declaration of exit() 2006-03-27 08:44:37 -08:00
line.h [PATCH] const struct tty_operations 2006-10-02 07:57:14 -07:00
longjmp.h [PATCH] uml: Use klibc setjmp/longjmp 2006-09-26 08:49:05 -07:00
mconsole_kern.h Remove all inclusions of <linux/config.h> 2006-10-04 03:38:54 -04:00
mconsole.h [PATCH] uml: add mconsole_reply variant with length param 2006-01-06 08:33:47 -08:00
mem_kern.h
mem_user.h [PATCH] UML: Hotplug memory, take 2 2006-03-31 12:18:50 -08:00
mem.h
misc_constants.h [PATCH] uml: move libc-dependent irq code to os-Linux 2006-03-27 08:44:37 -08:00
mode_kern.h Remove all inclusions of <linux/config.h> 2006-10-04 03:38:54 -04:00
mode.h
net_kern.h [PATCH] uml: mechanical tidying after random MACs change 2006-09-29 09:18:04 -07:00
net_user.h [PATCH] uml: don't roll my own random MAC generator 2006-09-29 09:18:04 -07:00
os.h [PATCH] uml: thread creation tidying 2006-09-27 08:26:16 -07:00
process.h
ptrace_user.h
registers.h [PATCH] uml: stack usage reduction 2006-09-26 08:49:09 -07:00
sigcontext.h
sigio.h [PATCH] uml: move sigio_user.c to os-Linux/sigio.c 2006-03-27 08:44:38 -08:00
signal_kern.h
skas_ptrace.h
skas_ptregs.h
syscall.h
sysrq.h
task.h
tempfile.h
tlb.h
ubd_user.h
um_mmu.h
um_uaccess.h Remove all inclusions of <linux/config.h> 2006-10-04 03:38:54 -04:00
umid.h
uml_uaccess.h
user_util.h [PATCH] uml: request format warnings to GCC for appropriate functions 2006-04-11 06:18:35 -07:00
user.h [PATCH] uml: request format warnings to GCC for appropriate functions 2006-04-11 06:18:35 -07:00