[PARPORT] Kill useful 'irq' arg from parport_{generic_irq,ieee1284_interrupt}
authorJeff Garzik <jeff@garzik.org>
Fri, 19 Oct 2007 05:56:02 +0000 (01:56 -0400)
committerJeff Garzik <jeff@garzik.org>
Tue, 23 Oct 2007 23:53:15 +0000 (19:53 -0400)
commitf230d1010ad0dcd71d9ca8ea6864afac49c5aa9b
tree6bb5e61167c520727724c9ad0297f3bcd743151b
parent3f2e40df0e1d7694224c3083b0bebd129039a40a
[PARPORT] Kill useful 'irq' arg from parport_{generic_irq,ieee1284_interrupt}

parport_ieee1284_interrupt() was not using its first arg at all.
Delete.

parport_generic_irq()'s second arg makes its first arg completely
redundant.  Delete, and use port->irq in the one place where we actually
need it.

Also, s/__inline__/inline/ to make the code look nicer.

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/parport/ieee1284.c
drivers/parport/parport_mfc3.c
drivers/parport/share.c
drivers/usb/misc/uss720.c
include/linux/parport.h