mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 04:43:52 -04:00
staging: comedi: icp_multi: remove ranglist_ao from boardinfo
This variable 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
efac035ca6
commit
d4fb0f2560
@@ -132,7 +132,6 @@ struct boardtype {
|
||||
char cardtype; /* 0=ICP Multi */
|
||||
const struct comedi_lrange *rangelist_ai; /* rangelist for A/D */
|
||||
const char *rangecode; /* range codes for programming */
|
||||
const struct comedi_lrange *rangelist_ao; /* rangelist for D/A */
|
||||
};
|
||||
|
||||
struct icp_multi_private {
|
||||
@@ -883,7 +882,6 @@ static const struct boardtype boardtypes[] = {
|
||||
.cardtype = TYPE_ICP_MULTI,
|
||||
.rangelist_ai = &range_analog,
|
||||
.rangecode = range_codes_analog,
|
||||
.rangelist_ao = &range_analog,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user