Browse Source

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

All uninitialized data 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>
H Hartley Sweeten 12 years ago
parent
commit
0d4dd7d61b
1 changed files with 0 additions and 9 deletions
  1. 0 9
      drivers/staging/comedi/drivers/pcl724.c

+ 0 - 9
drivers/staging/comedi/drivers/pcl724.c

@@ -70,42 +70,33 @@ static const struct pcl724_board boardtypes[] = {
 		.dio		= 24,
 		.numofports	= 1,
 		.io_range	= PCL724_SIZE,
-		.can_have96	= 0,
-		.is_pet48	= 0,
 	}, {
 		.name		= "pcl722",
 		.dio		= 144,
 		.numofports	= 6,
 		.io_range	= PCL722_SIZE,
 		.can_have96	= 1,
-		.is_pet48	= 0,
 	}, {
 		.name		= "pcl731",
 		.dio		= 48,
 		.numofports	= 2,
 		.io_range	= PCL731_SIZE,
-		.can_have96	= 0,
-		.is_pet48	= 0,
 	}, {
 		.name		= "acl7122",
 		.dio		= 144,
 		.numofports	= 6,
 		.io_range	= PCL722_SIZE,
 		.can_have96	= 1,
-		.is_pet48	= 0,
 	}, {
 		.name		= "acl7124",
 		.dio		= 24,
 		.numofports	= 1,
 		.io_range	= PCL724_SIZE,
-		.can_have96	= 0,
-		.is_pet48	= 0,
 	}, {
 		.name		= "pet48dio",
 		.dio		= 48,
 		.numofports	= 2,
 		.io_range	= PET48_SIZE,
-		.can_have96	= 0,
 		.is_pet48	= 1,
 	},
 };