From: Ian Abbott Date: Thu, 24 May 2012 16:27:18 +0000 (+0100) Subject: staging: comedi: das08: Add attach_pci() hook X-Git-Tag: v3.6-rc1~100^2~1006 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b7d417c406bafacedeae6cc3e110b11640d14e5;p=pandora-kernel.git staging: comedi: das08: Add attach_pci() hook Implement the attach_pci() hook. This is called by comedi_pci_auto_config() in preference to the old attach() hook and avoids searching for the probed PCI device. Factor out some common code used by both the attach() and attach_pci() hooks into a couple of new functions, das08_pci_attach_common() and das08_find_pci_board(). Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed