Commit 90c6328e authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: pcl816: remove 'n_ranges' from boardinfo

This member in the boardinfo is not used. Remove it.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9b4dd5d1
......@@ -92,7 +92,6 @@ static const struct comedi_lrange range_pcl816 = {
struct pcl816_board {
const char *name;
int n_ranges;
unsigned int ai_ns_min;
int n_aochan;
const struct comedi_lrange *ai_range_type;
......@@ -106,7 +105,6 @@ struct pcl816_board {
static const struct pcl816_board boardtypes[] = {
{
.name = "pcl816",
.n_ranges = 8,
.ai_ns_min = 10000,
.n_aochan = 1,
.ai_range_type = &range_pcl816,
......@@ -117,7 +115,6 @@ static const struct pcl816_board boardtypes[] = {
.ao_chanlist = 1,
}, {
.name = "pcl814b",
.n_ranges = 8,
.ai_ns_min = 10000,
.n_aochan = 1,
.ai_range_type = &range_pcl816,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment