staging: comedi: das16: remove unused struct definition
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Mon, 29 Jul 2013 20:55:38 +0000 (13:55 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Aug 2013 00:37:47 +0000 (17:37 -0700)
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>
drivers/staging/comedi/drivers/das16.c

index 93c3a8866bef428e93b5b329bcca1a0b26fc7854..14d2aa057b88271de0f33ff5ed16fac8b5c98ced 100644 (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;
This page took 0.033401 seconds and 5 git commands to generate.