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:
H Hartley Sweeten 2013-07-29 13:55:38 -07:00 committed by Greg Kroah-Hartman
parent 6d33b860cd
commit 0837e209b3

View File

@ -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;