staging: comedi: addi_common.h: remove boardinfo member 'i_PCIEeprom'
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 14 Oct 2014 17:44:33 +0000 (10:44 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Oct 2014 07:48:54 +0000 (15:48 +0800)
This member of the boardinfo is not used by any of 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/addi-data/addi_common.h

index 0752a61a7c2aa5c61d8d00d93231b53773b6675f..5518332d677ab1f338c5709e0cff26eb86abffe3 100644 (file)
@@ -20,7 +20,6 @@
 
 struct addi_board {
        const char *name;
-       int i_PCIEeprom;        /*  eeprom present or not */
        char *pc_EepromChip;    /*  type of chip */
        int i_NbrAiChannel;     /*  num of A/D chans */
        int i_NbrAiChannelDiff; /*  num of A/D chans in diff mode */
This page took 0.024765 seconds and 5 git commands to generate.