/linux/arch/m68k/hp300/ |
H A D | time.h | diff 40220c1a192f51695f806d75b1f9970f0f17a6e8 Mon Oct 09 13:19:47 CEST 2006 David Howells <dhowells@redhat.com> 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>
|
H A D | time.c | diff 40220c1a192f51695f806d75b1f9970f0f17a6e8 Mon Oct 09 13:19:47 CEST 2006 David Howells <dhowells@redhat.com> 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>
|
/linux/arch/m68k/atari/ |
H A D | stdma.c | diff 40220c1a192f51695f806d75b1f9970f0f17a6e8 Mon Oct 09 13:19:47 CEST 2006 David Howells <dhowells@redhat.com> 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>
|
H A D | time.c | diff 40220c1a192f51695f806d75b1f9970f0f17a6e8 Mon Oct 09 13:19:47 CEST 2006 David Howells <dhowells@redhat.com> 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>
|
H A D | config.c | diff 40220c1a192f51695f806d75b1f9970f0f17a6e8 Mon Oct 09 13:19:47 CEST 2006 David Howells <dhowells@redhat.com> 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>
|
/linux/arch/m68k/sun3x/ |
H A D | time.h | diff 40220c1a192f51695f806d75b1f9970f0f17a6e8 Mon Oct 09 13:19:47 CEST 2006 David Howells <dhowells@redhat.com> 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>
|
H A D | time.c | diff 40220c1a192f51695f806d75b1f9970f0f17a6e8 Mon Oct 09 13:19:47 CEST 2006 David Howells <dhowells@redhat.com> 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>
|
/linux/arch/m68k/q40/ |
H A D | q40ints.c | diff 40220c1a192f51695f806d75b1f9970f0f17a6e8 Mon Oct 09 13:19:47 CEST 2006 David Howells <dhowells@redhat.com> 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>
|
H A D | config.c | diff 40220c1a192f51695f806d75b1f9970f0f17a6e8 Mon Oct 09 13:19:47 CEST 2006 David Howells <dhowells@redhat.com> 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>
|
/linux/arch/m68k/kernel/ |
H A D | ints.c | diff 40220c1a192f51695f806d75b1f9970f0f17a6e8 Mon Oct 09 13:19:47 CEST 2006 David Howells <dhowells@redhat.com> 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>
|
H A D | setup.c | diff 40220c1a192f51695f806d75b1f9970f0f17a6e8 Mon Oct 09 13:19:47 CEST 2006 David Howells <dhowells@redhat.com> 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>
|
/linux/arch/m68k/sun3/ |
H A D | config.c | diff 40220c1a192f51695f806d75b1f9970f0f17a6e8 Mon Oct 09 13:19:47 CEST 2006 David Howells <dhowells@redhat.com> 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>
|
/linux/arch/m68k/bvme6000/ |
H A D | config.c | diff 40220c1a192f51695f806d75b1f9970f0f17a6e8 Mon Oct 09 13:19:47 CEST 2006 David Howells <dhowells@redhat.com> 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>
|
/linux/arch/sparc/kernel/ |
H A D | sun4m_irq.c | diff 40220c1a192f51695f806d75b1f9970f0f17a6e8 Mon Oct 09 13:19:47 CEST 2006 David Howells <dhowells@redhat.com> 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>
|
H A D | sun4d_irq.c | diff 40220c1a192f51695f806d75b1f9970f0f17a6e8 Mon Oct 09 13:19:47 CEST 2006 David Howells <dhowells@redhat.com> 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>
|
/linux/arch/m68k/apollo/ |
H A D | config.c | diff 40220c1a192f51695f806d75b1f9970f0f17a6e8 Mon Oct 09 13:19:47 CEST 2006 David Howells <dhowells@redhat.com> 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>
|
/linux/arch/m68k/mvme147/ |
H A D | config.c | diff 40220c1a192f51695f806d75b1f9970f0f17a6e8 Mon Oct 09 13:19:47 CEST 2006 David Howells <dhowells@redhat.com> 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>
|
/linux/arch/m68k/mvme16x/ |
H A D | config.c | diff 40220c1a192f51695f806d75b1f9970f0f17a6e8 Mon Oct 09 13:19:47 CEST 2006 David Howells <dhowells@redhat.com> 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>
|
/linux/arch/m68k/amiga/ |
H A D | config.c | diff 40220c1a192f51695f806d75b1f9970f0f17a6e8 Mon Oct 09 13:19:47 CEST 2006 David Howells <dhowells@redhat.com> 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>
|
/linux/arch/m68k/mac/ |
H A D | via.c | diff 40220c1a192f51695f806d75b1f9970f0f17a6e8 Mon Oct 09 13:19:47 CEST 2006 David Howells <dhowells@redhat.com> 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>
|
H A D | config.c | diff 40220c1a192f51695f806d75b1f9970f0f17a6e8 Mon Oct 09 13:19:47 CEST 2006 David Howells <dhowells@redhat.com> 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>
|
/linux/arch/um/kernel/ |
H A D | irq.c | diff 40220c1a192f51695f806d75b1f9970f0f17a6e8 Mon Oct 09 13:19:47 CEST 2006 David Howells <dhowells@redhat.com> 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>
|
/linux/arch/arm/mach-pxa/ |
H A D | spitz.c | diff 40220c1a192f51695f806d75b1f9970f0f17a6e8 Mon Oct 09 13:19:47 CEST 2006 David Howells <dhowells@redhat.com> 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>
|