[PARPORT] Remove unused 'irq' argument from parport irq functions

None of the drivers with a struct pardevice's ->irq_func() hook ever
used the 'irq' argument passed to it, so remove it.

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
Jeff Garzik
2007-10-19 02:54:26 -04:00
szülő f230d1010a
commit 5712cb3d81
11 fájl változott, egészen pontosan 19 új sor hozzáadva és 39 régi sor törölve

Fájl megtekintése

@@ -524,7 +524,7 @@ void parport_remove_port(struct parport *port)
struct pardevice *
parport_register_device(struct parport *port, const char *name,
int (*pf)(void *), void (*kf)(void *),
void (*irq_func)(int, void *),
void (*irq_func)(void *),
int flags, void *handle)
{
struct pardevice *tmp;