Commit e69e860e authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: ni_pcidio: remove n_ndio_boards macro

This macro is not used in the driver. Remove it.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6d6d443c
...@@ -304,7 +304,6 @@ static const struct nidio_board nidio_boards[] = { ...@@ -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) #define this_board ((const struct nidio_board *)dev->board_ptr)
struct nidio96_private { struct nidio96_private {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment