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>
static const struct pcl711_board boardtypes[] = {
{
.name = "pcl711",
- .is_pcl711b = 0,
- .is_8112 = 0,
- .is_dg = 0,
.n_ranges = 5,
.n_aichan = 8,
.n_aochan = 1,
- .maxirq = 0,
.ai_range_type = &range_bipolar5,
}, {
.name = "pcl711b",
.is_pcl711b = 1,
- .is_8112 = 0,
- .is_dg = 0,
.n_ranges = 5,
.n_aichan = 8,
.n_aochan = 1,
.ai_range_type = &range_pcl711b_ai,
}, {
.name = "acl8112hg",
- .is_pcl711b = 0,
.is_8112 = 1,
- .is_dg = 0,
.n_ranges = 12,
.n_aichan = 16,
.n_aochan = 2,
.ai_range_type = &range_acl8112hg_ai,
}, {
.name = "acl8112dg",
- .is_pcl711b = 0,
.is_8112 = 1,
.is_dg = 1,
.n_ranges = 9,