Skip to content

Commit

Permalink
staging: comedi: rti800: remove '0' boardinfo data
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Apr 9, 2013
1 parent 5c7bfad commit a7f2466
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/comedi/drivers/rti800.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ struct rti800_board {
static const struct rti800_board rti800_boardtypes[] = {
{
.name = "rti800",
.has_ao = 0,
}, {
.name = "rti815",
.has_ao = 1,
Expand Down

0 comments on commit a7f2466

Please sign in to comment.