staging: comedi: comedi_test: remove boardinfo
authorH Hartley Sweeten <hartleys@visionengravers.com>
Mon, 20 Aug 2012 22:05:02 +0000 (15:05 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 18:29:30 +0000 (11:29 -0700)
commitb1da49430bb2e78616769623638f869c513e6ec1
treed0e47beb8ee9d7c4344ddd7aed87f4111665f00a
parentf1e5aa75e72a301be2c0e3da448c970bca368225
staging: comedi: comedi_test: remove boardinfo

This boardinfo for this driver is unneccesary. This driver is only
for testing the comedi subsystem. It defines two dummy subdevices,
an 8 channel analog input subdevice and an 8 channel analog output
subdevice. There is no "board" associated with it.

Remove the boardinfo to keep the driver simple.

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/comedi_test.c