summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorH Hartley Sweeten <hartleys@visionengravers.com>2012-10-25 22:07:36 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-26 16:20:01 (GMT)
commitf15c0a65dfd400a100ed5b6ae6dbcc6ac0863e02 (patch)
tree50c5559784079a370c64e3ab1b5bb2fa1764a51d /drivers
parent43d51f885a1e0901229ad479b61ed97aa2c103f6 (diff)
downloadlinux-fsl-qoriq-f15c0a65dfd400a100ed5b6ae6dbcc6ac0863e02.tar.xz
staging: comedi: me_daq: remove '0' and 'NULL' entries in boardinfo
These entries will default to '0' or 'NULL' as appropriate. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/comedi/drivers/me_daq.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/comedi/drivers/me_daq.c b/drivers/staging/comedi/drivers/me_daq.c
index f5ede1a..7fd9400 100644
--- a/drivers/staging/comedi/drivers/me_daq.c
+++ b/drivers/staging/comedi/drivers/me_daq.c
@@ -206,11 +206,6 @@ static const struct me_board me_boards[] = {
{
.name = "me-2000i",
.device_id = ME2000_DEVICE_ID,
- /* Analog Output */
- .ao_channel_nbr = 0,
- .ao_resolution = 0,
- .ao_resolution_mask = 0,
- .ao_range_list = NULL,
.ai_channel_nbr = 16,
/* Analog Input */
.ai_resolution = 12,