staging: comedi: amplc_dio200.h: remove 'mainsize' from boardinfo
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Fri, 1 Aug 2014 20:07:03 +0000 (13:07 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 16 Aug 2014 19:23:10 +0000 (12:23 -0700)
This member of the boardinfo is not used by the drivers. 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/amplc_dio200.h

index f8d4d6fbf4184357007f575a1c65ff6654fade07..e51261b006e15f78f302e19c576f60c4e2073714 100644 (file)
@@ -49,7 +49,6 @@ struct dio200_board {
        struct dio200_layout layout;
        unsigned char mainbar;
        unsigned char mainshift;
-       unsigned int mainsize;
 };
 
 int amplc_dio200_common_attach(struct comedi_device *dev, unsigned int irq,