staging: comedi: ni_pcidio: remove n_ndio_boards macro

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>
This commit is contained in:
H Hartley Sweeten 2013-03-05 10:18:04 -07:00 committed by Greg Kroah-Hartman
parent 6d6d443cb2
commit e69e860ef2
1 changed files with 0 additions and 1 deletions

View File

@ -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 {