From: H Hartley Sweeten Date: Wed, 12 Jun 2013 23:06:36 +0000 (-0700) Subject: staging: comedi: addi_apci_3xxx: absorb v_APCI3XXX_Interrupt() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~153 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c5b0fff8eb76913f0d38e72f4e68e19ea91de04;p=pandora-kernel.git staging: comedi: addi_apci_3xxx: absorb v_APCI3XXX_Interrupt() All the boards supported by this driver use the same 'interrupt' callback in the boardinfo. Absorb the interrupt function from hwdrv_apci3xxx.c directly into the driver. Rename the CamelCase function to apci3xxx_irq_handler(). Remove v_ADDI_Interrupt(), which indirectly called the interrupt function, and use apci3xxx_irq_handler instead when requesting the irq. Remove the 'interrupt' callback from the boardinfo. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed