Commit 87d9bc40 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: pcl726: remove all '= 0' boardinfo

Remove all the '= 0' entries in the boardinfo. They will default to 0.
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 5ec78676
...@@ -123,7 +123,6 @@ static const struct pcl726_board boardtypes[] = { ...@@ -123,7 +123,6 @@ static const struct pcl726_board boardtypes[] = {
.name = "pcl726", .name = "pcl726",
.n_aochan = 6, .n_aochan = 6,
.num_of_ranges = 6, .num_of_ranges = 6,
.IRQbits = 0x0000,
.io_range = PCL726_SIZE, .io_range = PCL726_SIZE,
.have_dio = 1, .have_dio = 1,
.di_hi = PCL726_DI_HI, .di_hi = PCL726_DI_HI,
...@@ -135,7 +134,6 @@ static const struct pcl726_board boardtypes[] = { ...@@ -135,7 +134,6 @@ static const struct pcl726_board boardtypes[] = {
.name = "pcl727", .name = "pcl727",
.n_aochan = 12, .n_aochan = 12,
.num_of_ranges = 4, .num_of_ranges = 4,
.IRQbits = 0x0000,
.io_range = PCL727_SIZE, .io_range = PCL727_SIZE,
.have_dio = 1, .have_dio = 1,
.di_hi = PCL727_DI_HI, .di_hi = PCL727_DI_HI,
...@@ -147,13 +145,7 @@ static const struct pcl726_board boardtypes[] = { ...@@ -147,13 +145,7 @@ static const struct pcl726_board boardtypes[] = {
.name = "pcl728", .name = "pcl728",
.n_aochan = 2, .n_aochan = 2,
.num_of_ranges = 6, .num_of_ranges = 6,
.IRQbits = 0x0000,
.io_range = PCL728_SIZE, .io_range = PCL728_SIZE,
.have_dio = 0,
.di_hi = 0,
.di_lo = 0,
.do_hi = 0,
.do_lo = 0,
.range_type_list = &rangelist_728[0], .range_type_list = &rangelist_728[0],
}, { }, {
.name = "acl6126", .name = "acl6126",
...@@ -171,13 +163,7 @@ static const struct pcl726_board boardtypes[] = { ...@@ -171,13 +163,7 @@ static const struct pcl726_board boardtypes[] = {
.name = "acl6128", .name = "acl6128",
.n_aochan = 2, .n_aochan = 2,
.num_of_ranges = 6, .num_of_ranges = 6,
.IRQbits = 0x0000,
.io_range = PCL728_SIZE, .io_range = PCL728_SIZE,
.have_dio = 0,
.di_hi = 0,
.di_lo = 0,
.do_hi = 0,
.do_lo = 0,
.range_type_list = &rangelist_728[0], .range_type_list = &rangelist_728[0],
}, },
}; };
......
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