staging: comedi: addi_common.h: remove boardinfo member 'i_PCIEeprom'
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b6cc74814f
commit
e10e23db54
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user