From: Ian Abbott Date: Thu, 31 Jul 2014 13:47:50 +0000 (+0100) Subject: staging: comedi: amplc_pci224: remove "legacy" attach mechanism X-Git-Tag: fixes-for-v3.18-merge-window~15^2~1381 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b2809efb16e4a975666b9b14f3e37edd4b39ad2;p=pandora-kernel.git staging: comedi: amplc_pci224: remove "legacy" attach mechanism Since the driver no longer supports options in its "legacy" attach mechanism to describe the jumper settings (or any options beyond restricting a PCI search to a particular bus and/or slot), there is no need to retain this mechanism in the driver. Remove the comedi driver "attach" handler `pci224_attach()`, and the now unused `pci224_find_pci_dev()`. Also, remove the "wildcard" entry from the board table `pci224_boards[]` as it is no longer needed. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed