staging: comedi: addi_apci_3120: remove 'b_AvailableConvertUnit'
This boardinfo value is not used by the driver. Remove it. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: 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
dfb8a4abe9
commit
2e8fcd1820
@@ -25,7 +25,6 @@ static const struct addi_board apci3120_boardtypes[] = {
|
||||
.i_NbrDiChannel = 4,
|
||||
.i_NbrDoChannel = 4,
|
||||
.i_DoMaxdata = 0x0f,
|
||||
.b_AvailableConvertUnit = 1,
|
||||
.interrupt = v_APCI3120_Interrupt,
|
||||
.ao_write = i_APCI3120_InsnWriteAnalogOutput,
|
||||
}, {
|
||||
@@ -39,7 +38,6 @@ static const struct addi_board apci3120_boardtypes[] = {
|
||||
.i_NbrDiChannel = 4,
|
||||
.i_NbrDoChannel = 4,
|
||||
.i_DoMaxdata = 0x0f,
|
||||
.b_AvailableConvertUnit = 1,
|
||||
.interrupt = v_APCI3120_Interrupt,
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user