commit | 3f2e40df0e1d7694224c3083b0bebd129039a40a | [log] [tgz] |
---|---|---|
author | Jeff Garzik <jeff@garzik.org> | Fri Oct 19 01:42:14 2007 -0400 |
committer | Jeff Garzik <jeff@garzik.org> | Tue Oct 23 19:53:15 2007 -0400 |
tree | 3d0d8c2a9dd1f873e5638a132abc5d40c6ff583b | |
parent | 01e7ae8c13bb06a2ce622ebace33bb7e28ef596c [diff] |
[PARPORT] Consolidate code copies into a single generic irq handler Several arches used the exact same code for their parport irq handling. Make that code generic, in parport_irq_handler(). Also, s/__inline__/inline/ in include/linux/parport.h. Signed-off-by: Jeff Garzik <jgarzik@redhat.com>