Browse Source

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>
H Hartley Sweeten 12 years ago
parent
commit
f15c0a65df
1 changed files with 0 additions and 5 deletions
  1. 0 5
      drivers/staging/comedi/drivers/me_daq.c

+ 0 - 5
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,