From: Ian Abbott Date: Fri, 25 Jul 2014 09:04:49 +0000 (+0100) Subject: staging: comedi: amplc_pc236: remove manual configuration of PCI boards X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~205 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=046874f7fbd1e26f8bc4dccacc40bf1c9956986c;p=pandora-kernel.git staging: comedi: amplc_pc236: remove manual configuration of PCI boards Remove the code that allows PCI boards to be manually attached by the `COMEDI_DEVCONFIG` ioctl (or the "comedi_config" application). Supported PCI boards (PCI236) will be attached automatically at probe time via `comedi_pci_auto_config()` and the `auto_attach` hook in the `struct comedi_driver`. The "wildcard" entry in `pc236_boards[]` was only used when manually attaching a PCI board using a driver name instead of a board name, so is no longer needed. Remove it. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed