staging: comedi: dnya_pci10xx: move boardinfo values into subdevice setup
commit8fda437d8924d2f9c864d805862b43ff36020c5b
authorH Hartley Sweeten <hartleys@visionengravers.com>
Wed, 15 Aug 2012 01:25:09 +0000 (14 18:25 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Aug 2012 22:25:34 +0000 (15 15:25 -0700)
tree8aa124ed8cd5f1f56ef5969af130918830419642
parent4884f724c3f78eac7ea814fbd71545b45577a1be
staging: comedi: dnya_pci10xx: move boardinfo values into subdevice setup

There is only one "boardtype" actually supported by this driver.
The second entry in the boardinfo is a dummy entry that would
result in an unusable device.

Remove the boardinfo fields and just use the open coded values
in the subdevice setup.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/dyna_pci10xx.c