2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-04 03:33:58 +08:00

staging: comedi: daqboard2000: remove unused 'card' member

The `card` member of `struct daqboard2000_private` and the enumerated
constant `card_daqboard_2000` are not used.  Remove them.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Ian Abbott 2017-01-04 10:55:42 +00:00 committed by Greg Kroah-Hartman
parent fba4e898b9
commit 1c5a6eab8b

View File

@ -256,9 +256,6 @@ static const struct daq200_boardtype boardtypes[] = {
};
struct daqboard2000_private {
enum {
card_daqboard_2000
} card;
void __iomem *plx;
};