From: H Hartley Sweeten Date: Wed, 31 Oct 2012 23:55:54 +0000 (-0700) Subject: staging: comedi: addi-data: remove io_addr array from card data X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~729 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e864e2c8e87ce2d8196f5fbc30591a6ea386ee5f;p=pandora-kernel.git staging: comedi: addi-data: remove io_addr array from card data The io_addr array in the card data holds the PCI bar base addresses returned by pci_resource_start(). Remove this array and just use pci_resource_start() where needed in i_ADDI_Attach(). This also allows getting rid of i_pci_card_data() since it now does nothing. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed