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:
parent
6d6d443cb2
commit
e69e860ef2
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue