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:
parent
fba4e898b9
commit
1c5a6eab8b
@ -256,9 +256,6 @@ static const struct daq200_boardtype boardtypes[] = {
|
||||
};
|
||||
|
||||
struct daqboard2000_private {
|
||||
enum {
|
||||
card_daqboard_2000
|
||||
} card;
|
||||
void __iomem *plx;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user