From: Jeff Garzik Date: Fri, 19 Oct 2007 05:56:02 +0000 (-0400) Subject: [PARPORT] Kill useful 'irq' arg from parport_{generic_irq,ieee1284_interrupt} X-Git-Tag: v2.6.24-rc1~13^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f230d1010ad0dcd71d9ca8ea6864afac49c5aa9b;p=pandora-kernel.git [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 --- Reading git-diff-tree failed