]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: amplc_dio200: remove manual configuration of PCI boards
authorIan Abbott <abbotti@mev.co.uk>
Wed, 24 Oct 2012 15:47:46 +0000 (16:47 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Oct 2012 22:25:10 +0000 (15:25 -0700)
commitee05332d2a4382571d8b15d74a98c8ed3cf8c025
tree3c287648e02c6c495624f98341ca36f9f03d191d
parent86746a5f74edbaf08fa9d6d7380131c8c7d12b05
staging: comedi: amplc_dio200: 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 will be attached automatically at probe time via
`comedi_pci_auto_config()` and the `attach_pci` hook in the `struct
comedi_driver`.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/amplc_dio200.c