staging: comedi: das16: remove unused struct definition
This struct is not used by the driver. Remove it. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6d33b860cd
commit
0837e209b3
@ -336,11 +336,6 @@ static const struct comedi_lrange *const das16_ai_bip_lranges[] = {
|
||||
&range_das1x02_bip,
|
||||
};
|
||||
|
||||
struct munge_info {
|
||||
uint8_t byte;
|
||||
unsigned have_byte:1;
|
||||
};
|
||||
|
||||
struct das16_board {
|
||||
const char *name;
|
||||
unsigned int ai_maxdata;
|
||||
|
Loading…
Reference in New Issue
Block a user