Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f5d4e03 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

staging: comedi: ni_65xx: remove n_ni_65xx_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 7fd80eb0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;