mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 4/7] staging: comedi: dnya_pci10xx: remove unused fields in the boardinfo
@ 2012-08-15  1:24 H Hartley Sweeten
  0 siblings, 0 replies; only message in thread
From: H Hartley Sweeten @ 2012-08-15  1:24 UTC (permalink / raw)
  To: Linux Kernel; +Cc: devel, abbotti, gregkh

The *_bits information in the boardinfo is not used by the driver.
Remove it.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 drivers/staging/comedi/drivers/dyna_pci10xx.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/drivers/staging/comedi/drivers/dyna_pci10xx.c b/drivers/staging/comedi/drivers/dyna_pci10xx.c
index abfbb12..80bfae5 100644
--- a/drivers/staging/comedi/drivers/dyna_pci10xx.c
+++ b/drivers/staging/comedi/drivers/dyna_pci10xx.c
@@ -58,13 +58,9 @@ struct boardtype {
 	const char *name;
 	int device_id;
 	int ai_chans;
-	int ai_bits;
 	int ao_chans;
-	int ao_bits;
 	int di_chans;
-	int di_bits;
 	int do_chans;
-	int do_bits;
 	const struct comedi_lrange *range_ai;
 	const char *range_codes_ai;
 };
@@ -74,13 +70,9 @@ static const struct boardtype boardtypes[] = {
 	.name = "dyna_pci1050",
 	.device_id = 0x1050,
 	.ai_chans = 16,
-	.ai_bits = 12,
 	.ao_chans = 16,
-	.ao_bits = 12,
 	.di_chans = 16,
-	.di_bits = 16,
 	.do_chans = 16,
-	.do_bits = 16,
 	.range_ai = &range_pci1050_ai,
 	.range_codes_ai = range_codes_pci1050_ai,
 	},
-- 
1.7.11


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-15  1:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-15  1:24 [PATCH 4/7] staging: comedi: dnya_pci10xx: remove unused fields in the boardinfo H Hartley Sweeten

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome