linux_dsm_epyc7002/arch/m68k/kernel
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
..
asm-offsets.c [PATCH] m68k: namespace pollution fix (custom->amiga_custom) 2006-01-12 09:09:00 -08:00
bios32.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
dma.c [PATCH] m68k: dma_alloc_coherent() has gfp_t as the last argument 2006-10-06 08:53:41 -07:00
entry.S [PATCH] m68k pt_regs fixes 2006-10-07 10:51:14 -07:00
head.S Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ints.c IRQ: Use the new typedef for interrupt handler function pointers 2006-10-09 12:19:47 +01:00
m68k_ksyms.c [PATCH] m68k: cleanup string functions 2006-10-06 08:53:40 -07:00
Makefile [PATCH] m68k/kernel/dma.c assumes !MMU_SUN3 2006-10-08 18:50:58 -07:00
module.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
process.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ptrace.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
semaphore.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
setup.c IRQ: Use the new typedef for interrupt handler function pointers 2006-10-09 12:19:47 +01:00
signal.c [PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit processes 2006-06-23 07:43:05 -07:00
sun3-head.S Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sys_m68k.c [PATCH] provide kernel_execve on all architectures 2006-10-02 07:57:23 -07:00
time.c [PATCH] m68k pt_regs fixes 2006-10-07 10:51:14 -07:00
traps.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
vmlinux-std.lds [PATCH] m68k: compile fix - updated vmlinux.lds to include LOCK_TEXT 2006-01-12 09:08:59 -08:00
vmlinux-sun3.lds [PATCH] m68k: fix reference to init_task in vmlinux-sun3.lds 2006-01-12 09:09:05 -08:00
vmlinux.lds.S Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00