staging: comedi: ni_65xx: remove n_ni_65xx_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
7fd80eb0aa
commit
8f5d4e0385
|
@ -242,8 +242,6 @@ static const struct ni_65xx_board ni_65xx_boards[] = {
|
|||
},
|
||||
};
|
||||
|
||||
#define n_ni_65xx_boards ARRAY_SIZE(ni_65xx_boards)
|
||||
|
||||
static inline unsigned ni_65xx_port_by_channel(unsigned channel)
|
||||
{
|
||||
return channel / ni_65xx_channels_per_port;
|
||||
|
|
Loading…
Reference in New Issue