The unlisted members in the boardinfo declaration will default to 0/NULL.
Signed-off-by: H Hartley Sweeten <[email protected]>
Cc: Ian Abbott <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
---
drivers/staging/comedi/drivers/pcl818.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/drivers/staging/comedi/drivers/pcl818.c
b/drivers/staging/comedi/drivers/pcl818.c
index dcbee0a..3dd9d98 100644
--- a/drivers/staging/comedi/drivers/pcl818.c
+++ b/drivers/staging/comedi/drivers/pcl818.c
@@ -298,7 +298,6 @@ static const struct pcl818_board boardtypes[] = {
.DMAbits = 0x0a,
.ai_maxdata = 0xfff,
.ao_maxdata = 0xfff,
- .fifo = 0,
.is_818 = 1,
}, {
.name = "pcl818h",
@@ -316,7 +315,6 @@ static const struct pcl818_board boardtypes[] = {
.DMAbits = 0x0a,
.ai_maxdata = 0xfff,
.ao_maxdata = 0xfff,
- .fifo = 0,
.is_818 = 1,
}, {
.name = "pcl818hd",
@@ -370,7 +368,6 @@ static const struct pcl818_board boardtypes[] = {
.DMAbits = 0x0a,
.ai_maxdata = 0xfff,
.ao_maxdata = 0xfff,
- .fifo = 0,
.is_818 = 1,
}, {
.name = "pcl718",
@@ -388,15 +385,12 @@ static const struct pcl818_board boardtypes[] = {
.DMAbits = 0x0a,
.ai_maxdata = 0xfff,
.ao_maxdata = 0xfff,
- .fifo = 0,
- .is_818 = 0,
}, {
.name = "pcm3718",
.n_ranges = 9,
.n_aichan_se = 16,
.n_aichan_diff = 8,
.ns_min = 10000,
- .n_aochan = 0,
.n_dichan = 16,
.n_dochan = 16,
.ai_range_type = &range_pcl818h_ai,
@@ -406,7 +400,6 @@ static const struct pcl818_board boardtypes[] = {
.DMAbits = 0x0a,
.ai_maxdata = 0xfff,
.ao_maxdata = 0xfff,
- .fifo = 0,
.is_818 = 1,
},
};
--
1.8.5.2
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel