Skip to content

Commit

Permalink
staging: comedi: ni_pcidio: remove n_ndio_boards macro
Browse files Browse the repository at this point in the history
This macro is not used in the driver. Remove it.

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 Mar 11, 2013
1 parent 6d6d443 commit e69e860
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/comedi/drivers/ni_pcidio.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ static const struct nidio_board nidio_boards[] = {
},
};

#define n_nidio_boards ARRAY_SIZE(nidio_boards)
#define this_board ((const struct nidio_board *)dev->board_ptr)

struct nidio96_private {
Expand Down

0 comments on commit e69e860

Please sign in to comment.