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
..
2006-06-24 10:34:48 +01:00
2006-10-04 10:25:05 -07:00
2006-04-26 12:56:16 +01:00
2006-10-06 10:59:54 -07:00
2006-04-07 13:23:48 +01:00
2006-10-03 23:01:26 +02:00
2006-09-22 20:13:23 -04:00
2006-10-03 23:01:26 +02:00
2006-10-06 10:59:54 -07:00
2006-06-24 10:34:48 +01:00
2006-09-25 10:34:02 +01:00
2006-09-25 10:25:53 +01:00
2006-10-03 23:01:26 +02:00
2006-06-28 17:54:56 +01:00
2006-03-28 10:24:33 +01:00
2006-10-06 10:59:54 -07:00
2006-10-04 03:38:54 -04:00
2006-06-24 10:34:48 +01:00
2006-10-03 23:01:26 +02:00
2006-10-06 10:59:54 -07:00
2006-10-09 12:19:47 +01:00
2006-06-24 10:34:48 +01:00
2006-04-07 13:22:21 +01:00
2006-10-03 23:01:26 +02:00
2006-10-03 23:01:26 +02:00
2006-10-03 23:01:26 +02:00
2006-07-11 21:10:42 +01:00
2006-10-06 10:59:54 -07:00
2006-10-06 10:59:54 -07:00
2006-04-26 12:56:16 +01:00
2006-06-25 12:01:48 +01:00
2006-09-25 10:25:24 +01:00
2006-09-25 10:34:03 +01:00
2006-06-30 19:25:36 +02:00
2006-06-28 17:59:45 +01:00
2006-06-19 15:35:36 +01:00
2006-09-27 18:00:35 +01:00
2006-04-26 12:56:16 +01:00
2006-03-21 22:06:07 +00:00
2006-04-26 12:56:16 +01:00
2006-04-26 12:56:16 +01:00
2006-06-28 17:59:45 +01:00
2006-07-01 22:30:09 +01:00
2006-09-21 08:34:39 +01:00
2006-09-20 14:58:35 +01:00
2006-07-02 17:29:22 -07:00
2006-06-28 17:55:01 +01:00
2006-04-26 12:56:16 +01:00
2006-04-26 12:56:16 +01:00
2006-10-08 12:32:36 -07:00
2006-10-08 18:50:58 -07:00
2006-10-06 10:59:54 -07:00
2006-07-01 22:30:09 +01:00
2006-09-20 14:58:35 +01:00
2006-06-18 12:58:53 +01:00
2006-04-26 12:56:16 +01:00
2006-07-01 19:58:20 +01:00
2006-02-15 15:32:22 -08:00
2006-06-29 22:14:30 +01:00
2006-06-29 22:14:30 +01:00
2006-02-08 21:19:38 +00:00
2006-06-28 17:59:45 +01:00
2006-09-27 19:57:54 +01:00
2006-03-21 22:05:45 +00:00
2006-04-26 12:56:16 +01:00
2006-06-28 17:59:45 +01:00
2006-06-29 18:24:21 +01:00
2006-10-04 03:38:54 -04:00
2006-09-28 14:40:39 -07:00
2006-03-25 08:22:56 -08:00
2006-09-27 17:39:19 +01:00
2006-08-18 15:32:17 +01:00
2006-06-28 17:55:00 +01:00
2006-03-27 08:44:50 -08:00
2006-09-27 10:10:58 +01:00
2006-07-02 17:29:22 -07:00
2006-04-26 12:56:16 +01:00
2006-06-29 16:58:06 -07:00
2006-10-01 00:39:21 -07:00
2006-09-27 17:34:30 +01:00
2006-07-02 15:04:12 -07:00
2006-06-22 10:24:18 +01:00
2006-03-21 22:03:20 +00:00
2006-09-20 14:58:35 +01:00
2006-06-28 17:59:46 +01:00
2006-06-28 17:54:59 +01:00
2006-09-25 10:34:00 +01:00
2006-10-02 07:57:23 -07:00
2006-04-10 21:32:42 +01:00
2006-06-22 15:05:58 -07:00