staging: comedi: dmm32at: remove unneeded boardinfo variables
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 3 Jul 2012 01:13:53 +0000 (18:13 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Jul 2012 22:51:21 +0000 (15:51 -0700)
commit2792182816be376391c2cfc142bfd32f3ab8c5cd
treed39ee69bb2eb7de89c2fc1f4701059121853f65d
parent29f747c21e4318cc41efa82dac217da9ee8d5533
staging: comedi: dmm32at: remove unneeded boardinfo variables

Like most of the comedi drivers, this one appears to have been started
based on the skel driver. Cut-and-paste from that driver has resulted
in an unnecessarily complex boardinfo struct.

Remove everything from the boardinfo struct, except the 'name', and
just use the open coded values in the attach function.

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