[<prev] [next>] [day] [month] [year] [list]
Message-ID: <201206291741.48297.hartleys@visionengravers.com>
Date: Fri, 29 Jun 2012 17:41:47 -0700
From: H Hartley Sweeten <hartleys@...ionengravers.com>
To: Linux Kernel <linux-kernel@...r.kernel.org>
CC: <devel@...verdev.osuosl.org>, <abbotti@....co.uk>,
<fmhess@...rs.sourceforge.net>, <gregkh@...uxfoundation.org>
Subject: [PATCH 10/10] staging: comedi: ni_670x: removve unused 'ao_bits'
All the NI 670x boards have 16-bit anaolog output DACs. The
'ao_bits' in the boardinfo is not used so remove it.
Signed-off-by: H Hartley Sweeten <hsweeten@...ionengravers.com>
Cc: Ian Abbott <abbotti@....co.uk>
Cc: Frank Mori Hess <fmhess@...rs.sourceforge.net>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
---
drivers/staging/comedi/drivers/ni_670x.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/drivers/staging/comedi/drivers/ni_670x.c b/drivers/staging/comedi/drivers/ni_670x.c
index 86e9e70..9c57618 100644
--- a/drivers/staging/comedi/drivers/ni_670x.c
+++ b/drivers/staging/comedi/drivers/ni_670x.c
@@ -64,7 +64,6 @@ struct ni_670x_board {
const char *name;
unsigned short dev_id;
unsigned short ao_chans;
- unsigned short ao_bits;
};
static const struct ni_670x_board ni_670x_boards[] = {
@@ -72,17 +71,14 @@ static const struct ni_670x_board ni_670x_boards[] = {
.name = "PCI-6703",
.dev_id = 0x2c90,
.ao_chans = 16,
- .ao_bits = 16,
}, {
.name = "PXI-6704",
.dev_id = 0x1920,
.ao_chans = 32,
- .ao_bits = 16,
}, {
.name = "PCI-6704",
.dev_id = 0x1290,
.ao_chans = 32,
- .ao_bits = 16,
},
};
--
1.7.11
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists