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

Remove all the '= 0' entries in the boardinfo. They will default to 0.

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:
H Hartley Sweeten 2013-09-25 15:36:36 -07:00 committed by Greg Kroah-Hartman
parent 5ec786764a
commit 87d9bc40bc

View file

@ -123,7 +123,6 @@ static const struct pcl726_board boardtypes[] = {
.name = "pcl726",
.n_aochan = 6,
.num_of_ranges = 6,
.IRQbits = 0x0000,
.io_range = PCL726_SIZE,
.have_dio = 1,
.di_hi = PCL726_DI_HI,
@ -135,7 +134,6 @@ static const struct pcl726_board boardtypes[] = {
.name = "pcl727",
.n_aochan = 12,
.num_of_ranges = 4,
.IRQbits = 0x0000,
.io_range = PCL727_SIZE,
.have_dio = 1,
.di_hi = PCL727_DI_HI,
@ -147,13 +145,7 @@ static const struct pcl726_board boardtypes[] = {
.name = "pcl728",
.n_aochan = 2,
.num_of_ranges = 6,
.IRQbits = 0x0000,
.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],
}, {
.name = "acl6126",
@ -171,13 +163,7 @@ static const struct pcl726_board boardtypes[] = {
.name = "acl6128",
.n_aochan = 2,
.num_of_ranges = 6,
.IRQbits = 0x0000,
.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],
},
};