staging: comedi: das08: Remove manual configuration of PCI boards
authorIan Abbott <abbotti@mev.co.uk>
Fri, 31 Aug 2012 19:41:45 +0000 (20:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 19:00:42 +0000 (12:00 -0700)
commitb1128a6bdaba01b4d15b9b1ead20c10b753ca135
tree3e8c67fcb611180d9c51ae84ea7b808a95fda0b1
parentf0ba1d6e19c5e7f91005eaa4d9c14851e217feea
staging: comedi: das08: 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/das08.c