staging: comedi: rti800: remove '0' boardinfo data

Remove the boardinfo data that is set to '0', this is the default.

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>
This commit is contained in:
H Hartley Sweeten 2013-04-08 18:14:45 -07:00 committed by Greg Kroah-Hartman
parent 5c7bfad823
commit a7f2466789

View File

@ -132,7 +132,6 @@ struct rti800_board {
static const struct rti800_board rti800_boardtypes[] = {
{
.name = "rti800",
.has_ao = 0,
}, {
.name = "rti815",
.has_ao = 1,