From: H Hartley Sweeten Date: Wed, 31 Oct 2012 23:55:21 +0000 (-0700) Subject: staging: comedi: addi-data: remove unused parameters from i_pci_card_data() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~731 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7954006f0d5feb391efe3cc1b836b57fa9908ecf;p=pandora-kernel.git staging: comedi: addi-data: remove unused parameters from i_pci_card_data() The pci_bus, pci_slot, and pci_func data returned by i_pci_card_data() are not used. Remove them from the parameters to the function and also remove the local variables in i_ADDI_Attach() that held the returned data. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed